EngineOptionsBuilderDiskCacheSize Property |
Gets or sets the disk cache size.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public long DiskCacheSize { get; set; }
Property Value
Type:
Int64The 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