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


ISpatialCacheManager.CacheIsFull Property (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.CacheIsFull Property
ArcGIS Developer Help

ISpatialCacheManager.CacheIsFull Property

Indicates if the spatial cache is full.

[Visual Basic .NET]
Public ReadOnly Property CacheIsFull As Boolean
[C#]
public bool CacheIsFull {get;}
[C++]
HRESULT get_CacheIsFull(
  Boolean* IsFull
);
[C++]
Parameters
IsFull [out, retval]

IsFull is a parameter of type bool*

Product Availability

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

Remarks

The CacheIsFull property returns true if the cache is full (the cache is active). The FillCache method is used to make the cache active and to set the boundary of the cache. Calling FillCache causes the workspace to fetch objects from the database and fill the cache. The time to fill the cache and the amount of memory consumed with the cache depends on the extent of the cache and the density and size of features in the feature classes being cached.

See Also

ISpatialCacheManager Interface