Method Clear
- Namespace
- DotNetBrowser.Cache
- Assembly
- DotNetBrowser.dll
Clear()
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.
Task Clear()
Returns
Exceptions
- ObjectDisposedException
The IHttpCache has already been disposed.