CacheOptions Properties
Contains settings that define parameters of a local cache to store image tiles.Name | Description |
---|---|
DiskExpireTime | Specifies the time interval after which tile images are updated from a map data provider. |
DiskFolder | Gets or sets a directory to which the saved image tiles of the map control are stored. |
DiskLimit | Specifies the maximum allowed size allocated by the file cache on a disk. When this size is exceeded, the file cache is cleared to load new tile images from a map data provider. |
DiskSubFolder | Gets or sets a sub-directory to which the saved image tiles of the map control are stored. |
MemoryLimit | Specifies the maximum allowed size allocated by the file cache in system memory. When this size is exceeded, the file cache is cleared to load new tile images from a map data provider. |
See Also