Skip to main content

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.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#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