Skip to main content

MapTileDataProviderBase.CacheOptions Property

Returns the settings for a map’s cache.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public CacheOptions CacheOptions { get; }

Property Value

Type Description
CacheOptions

A CacheOptions object.

Remarks

Note

CacheOptions is not supported for vector-based tile providers.

See Also