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

ExtractCacheOptions.DefaultCache Property

Gets or sets the cache used to store data when working with the Extract Data Source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public static ExtractCacheBase DefaultCache { get; set; }

Property Value

Type Description
ExtractCacheBase

An ExtractCacheBase descendant that specifies the cache used to store data when working with the Extract Data Source.

Remarks

To learn more, see ExtractCacheOptions.

See Also