Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public string CacheInfoFileName { get; set; }

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
BingMapDataProvider
.CacheOptions .CacheInfoFileName
ImageTileDataProvider
.CacheOptions .CacheInfoFileName
MapboxDataProvider
.CacheOptions .CacheInfoFileName
MapDataProviderBase
.CacheOptions .CacheInfoFileName
MapTileDataProviderBase
.CacheOptions .CacheInfoFileName
MbTilesDataProvider
.CacheOptions .CacheInfoFileName
OpenStreetMapDataProvider
.CacheOptions .CacheInfoFileName
UriBasedVectorTileDataProvider
.CacheOptions .CacheInfoFileName
VectorTileDataProviderBase
.CacheOptions .CacheInfoFileName

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