Marks all the cache entries for deletion. The deletion of the entries is performed asynchronously by the
                Chromium engine itself. If the engine is closed during this task executing - the operation will be canceled.
            
 
    Namespace: 
   DotNetBrowser.Cache
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
 Syntax
SyntaxReturn Value
Type: 
Taska 
Task which is completed when the disk cache is cleared.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IHttpCache has already been disposed. | 
 See Also
See Also