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

ExtractPersistentCache(Int32) Constructor

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

Namespace: DevExpress.DashboardCommon

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

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