Skip to main content

ExtractPersistentCache.CacheSize Property

Gets or sets the size of the ExtractPersistentCache (in megabytes).

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public long CacheSize { get; set; }

Property Value

Type Description
Int64

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

See Also