Skip to main content

ExtractPersistentCache(Int32) Constructor

Initializes a new instance of the ExtractPersistentCache class with the specified cache size.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ExtractPersistentCache(
    int cacheSize
)

Parameters

Name Type Description
cacheSize Int32

An integer value that specifies the size of the ExtractPersistentCache (in megabytes).

See Also