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


IObjectMemoizerDiskCache.CacheEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IObjectMemoizerDiskCache.CacheEnabled Property

Indicates whether disk-based caching is enabled.

[Visual Basic .NET]
Public Property CacheEnabled As Boolean
[C#]
public bool CacheEnabled {get; set;}
[C++]
HRESULT get_CacheEnabled(
  VARIANT_BOOL* pbCacheEnabled
);
[C++]
HRESULT put_CacheEnabled(
  VARIANT_BOOL pbCacheEnabled
);
[C++]

Parameters pbCacheEnabled [out, retval] pbCacheEnabled is a parameter of type VARIANT_BOOL pbCacheEnabled [in] pbCacheEnabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IObjectMemoizerDiskCache Interface