ExtractCacheOptions.DefaultCache Property
In This Article
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 |
---|---|
Extract |
An Extract |
#Remarks
To learn more, see ExtractCacheOptions.
See Also