Gets or sets the cache policy for the Layer.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public LayerCachePolicy CachePolicy { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CachePolicy As LayerCachePolicy |
Field Value
A LayerCachePolicy value indicating if the cache is retained or removed when the ArcGIS Explorer application closes.Remarks
A local disk cache is created for each Layer to help display and navigate data efficiently. The cache is used to speed up data access
by temporarily placing a copy of data locally where it can be accessed more rapidly than retrieving remote data over a network.
The cache can either be retained or removed when the ArcGIS Explorer application closes.