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
Syntax
| C# | 
|---|
| public enum LayerCachePolicy | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration LayerCachePolicy | 
 Members
Members
| Member name | Description | |
|---|---|---|
| RemoveOnApplicationExit | 
            Clear the cache when the application is closed.
             | |
| Retain | 
            Retain the cache between application sessions.
             | 





