Specifies constants defining the caching policy for a layer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  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 nameDescription
RemoveOnApplicationExit
Clear the cache when the application is closed.
Retain
Retain the cache between application sessions.

See Also