CacheOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Cache |
Initializes a new instance of the Cache |
#Properties
Name | Description |
---|---|
Disk |
Specifies the time interval after which tile images are updated from a map data provider. |
Disk |
Gets or sets a directory to which the saved image tiles of the map control are stored. |
Disk |
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. |
Disk |
Gets or sets a sub-directory to which the saved image tiles of the map control are stored. |
Memory |
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 |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Cache |
See Also