CacheOptions Members
Contains settings that define the parameters of a local cache for storing image tiles.Constructors
| Name | Description |
|---|---|
| CacheOptions() | Initializes a new instance of the CacheOptions class with default settings. |
Properties
| 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. |
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 the textual representation of CacheOptions. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs after a field’s property has been changed. |
See Also