Back to Devexpress

CacheOptions Members

windowsforms-devexpress-dot-xtramap-dot-cacheoptions-dot-underscore-members.md

latest3.6 KB
Original Source

CacheOptions Members

Contains settings that define the parameters of a local cache for storing image tiles.

Constructors

NameDescription
CacheOptions()Initializes a new instance of the CacheOptions class with default settings.

Properties

NameDescription
CacheInfoFileNameGets or sets a file name that stores the information about the cache of the Map control.
DiskExpireTimeSpecifies the time interval after which tile images are updated from a map data provider.
DiskFolderGets or sets a disk folder to which the saved image tiles of the map control are stored.
DiskLimitSpecifies the disk space (in megabytes) to store tile images obtained from a map data provider.
MemoryLimitGets or sets the amount of memory on the computer, in megabytes, for storing tile images obtained from a data provider.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of CacheOptions.

Events

NameDescription
PropertyChangedOccurs after a field’s property has been changed.

See Also

CacheOptions Class

DevExpress.XtraMap Namespace