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

ExtractCacheOptions Class

Provides access to cache options of the Extract Data Source.

Namespace: DevExpress.DashboardCommon

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

Declaration

public static class ExtractCacheOptions

Remarks

The Extract Data Source allows you to use an in-memory cache to improve the performance when accessing its data. This is achieved by reducing the number of requests to a data storage (e.g., a hard disk).

The ExtractCacheOptions class exposes the ExtractCacheOptions.DefaultCache property that allows you to specify the cache used to improve the performance when working with the Extract Data Source. You can use two cache types.

Inheritance

Object
ExtractCacheOptions
See Also