ArcGIS API for Windows Phone - Library Reference
ITileCache Interface
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : ITileCache Interface

Interface used for allowing tiled layers to locally cache tiles

Syntax

Visual Basic (Declaration) 
Public Interface ITileCache 
C# 
public interface ITileCache 

Remarks

Implement this interface on a TiledLayer to enhance tile caching for WPF and Windows Phone applications where a browser cache is not present. This cache avoids multiple webrequests for the same tile.

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.