This document is archived and information here might be outdated.  Recommended version.


ISpatialCacheManager.EmptyCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager Interface > ISpatialCacheManager.EmptyCache Method
ArcGIS Developer Help

ISpatialCacheManager.EmptyCache Method

Empties the spatial cache.

[Visual Basic .NET]
Public Sub EmptyCache ( _
)
[C#]
public void EmptyCache (
);
[C++]
HRESULT EmptyCache(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The EmptyCache method empties the cache and makes it inactive.

See Also

ISpatialCacheManager Interface