CacheDescriptionInfo
A class that provides information on a cached map service.
| Property | Type | Description | 
|---|---|---|
| CacheControlInfo | The object to determine if client caching is enabled. | |
| CacheType | The type of map cache, either fused or layer. | |
| LayerCacheInfo | 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 | If this is a fused cache, this property describes the tiling scheme of the cache. | |
| 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.