CacheOptions Members
Contains settings that define parameters of a local cache to store image tiles.Constructors
Name | Description |
---|---|
CacheOptions() | Initializes a new instance of the CacheOptions class with default settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs every time any of the CacheOptions class properties has changed its value. |
See Also