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.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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