CacheOptions Properties
Contains settings that define the parameters of a local cache for storing image tiles.| Name | Description |
|---|---|
| CacheInfoFileName | Gets or sets a file name that stores the information about the cache of the Map control. |
| DiskExpireTime | Specifies the time interval after which tile images are updated from a map data provider. |
| DiskFolder | Gets or sets a disk folder to which the saved image tiles of the map control are stored. |
| DiskLimit | Specifies the disk space (in megabytes) to store tile images obtained from a map data provider. |
| MemoryLimit | Gets or sets the amount of memory on the computer, in megabytes, for storing tile images obtained from a data provider. |
See Also