This document is archived and information here might be outdated.  Recommended version.


ICacheDescriptionInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICacheDescriptionInfo Interface
ArcGIS Developer Help

ICacheDescriptionInfo Interface

Provides access to members that provide the cache description info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property CacheControlInfo CacheControlInfo object.
Read/write property CacheType Cache type.
Read/write property LayerCacheInfos LayerCacheInfos object.
Read/write property TileCacheInfo TileCacheInfo object.
Read/write property TileImageInfo TileImageInfo object.

Classes that implement ICacheDescriptionInfo

Classes Description
CacheDescriptionInfo Cache description info object.

Remarks

CacheDescriptionInfo includes information on a cached map service. This includes its cache type, its tiling scheme (TileCacheInfo), image information (TileImageInfo) and control information (TileControlInfo ). The cache description also includes an array of layer cache infos that can be used to determine if a specific layer has a cache in the case of map services that have a multi layer cache.