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

