Click or drag to resize

EngineOptionsDiskCacheSize Property

Gets the disk cache size.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public long DiskCacheSize { get; }

Property Value

Type: Int64
The disk cache size in bytes.
Remarks
If the disk cache size was not set, then it will be calculated automatically. The size depends on the available disk space in the volume where the disk cache is located.
See Also