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

ExtractPersistentCache.CacheSize Property

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

Namespace: DevExpress.DashboardCommon

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

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