Map service GetCacheStorageInfo method

Gets information on the storage of a map cache, exploded or compact.

GetCacheStorageInfo(string MapName)

Parameter

Description

MapName

Name of the map (data frame) on which a cache was created.

Return Value

A CacheStorageInfo object referencing a packet size and storage format, exploded or compact. Packet size only applies to the compact storage format.

Remarks

Cache tiles can be stored as individual tiles on disk (exploded) or as packets of tiles (compact). If compact, the number of tiles in a packet can be defined.

11/8/2016