ArcObjects Library Reference (GeoDatabase)  

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