CacheOptions.CacheInfoFileName Property
Gets or sets a file name that stores the information about the cache of the Map control.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
String | A file name without an extension. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CacheInfoFileName |
---|---|
MapTileDataProviderBase |
|
Remarks
Note that this property should be set only if several work stations use a shared cache. In this case, you should set unique names for a cache info file for different application instances.
Note
The name should not contain the file extension. It is added automatically.
See Also