Back to Devexpress

ExtractCacheBase Class

dashboard-devexpress-dot-dashboardcommon-f337da62.md

latest1.6 KB
Original Source

ExtractCacheBase Class

Serves as the base class for classes that are in-memory caches used by the Extract Data Source.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class ExtractCacheBase :
    IExtractCache
vb
Public MustInherit Class ExtractCacheBase
    Implements IExtractCache

The following members return ExtractCacheBase objects:

Remarks

To learn more, see ExtractCacheOptions.

Inheritance

Object ExtractCacheBase ExtractPersistentCache

ExtractWeakCache

See Also

ExtractCacheBase Members

DevExpress.DashboardCommon Namespace