ArcGIS Explorer Component Help |
LayerCachePolicy Enumeration |
See Also |
Specifies constants defining the caching policy for a layer.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum LayerCachePolicy |
Visual Basic (Declaration) |
---|
Public Enumeration LayerCachePolicy |
Members
Member name | Description | |
---|---|---|
RemoveOnApplicationExit |
Clear the cache when the application is closed.
| |
Retain |
Retain the cache between application sessions.
|