Removes the cache for the Layer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void ClearCache()
Visual Basic (Declaration)
Public Sub ClearCache

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. Use this method to delete the cache for a Layer.

See Also