EngineOptionsDiskCacheSize Property  | 
 
                Gets the disk cache size.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntaxpublic long DiskCacheSize { get; }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