Image service GetCacheDescriptionInfo method

Gets the cache description information for a given image service. This includes cache control information, tile cache information, tile image information, and cache type information.

Return Value

A CacheDescriptionInfo object. If the image service is not cached, all properties will be null.

Remarks

The CacheDescriptionInfo object includes a reference to the CacheControlInfo, TileCacheInfo, and TileImageInfo for a image service. Information returned from this single method matches information returned from the GetCacheControlInfo(), GetTileCacheInfo(), and GetTileImageInfo() methods.

2/28/2020