CacheDescriptionInfo

A class that provides information on a cached map service.

Property

Type

Description

CacheControlInfo

CacheControlInfo

The object to determine if client caching is enabled.

CacheType

esriCachedMapServiceType

The type of map cache, either fused or layer.

LayerCacheInfo

ArrayOfLayerCacheInfo

Not used. Use TileCacheInfo to return information on the tiling scheme of a fused or layer cache. All layers in a layer cache share the same tiling scheme.

TileCacheInfo

TileCacheInfo

If this is a fused cache, this property describes the tiling scheme of the cache.

TileImageInfo

TileImageInfo

The properties of images in the cache.

Remarks

A call to the GetCacheDescriptionInfo method will return all the cache information for a map in this object. Individual items can be retrieved using specific methods, such as calling GetCacheControlInfo to return only the CacheControlInfo object.

11/8/2016