Gets or sets the cache policy for the Layer.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  Attribution Property
  Behavior3D Property
  CanChangeAttribution Property
  ConnectionStatus Property
  CoordinateSystem Property
  Description Property
  Extent Property
  IsConnected Property
  MaximumScale Property
  MinimumScale Property
  RefreshInterval Property
  Transparency Property
  Visible Property
Created by Atop CHM to web converter,© 2009 all right reserved.