IHttpCache Methods |
The IHttpCache type exposes the following members.
Name | Description | |
---|---|---|
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.
| |
ClearDiskCache | Obsolete.
Marks all entries in the disk cache for deletion. The deletion of the entries is performed asynchronously by the
Chromium engine itself.
This method is obsolete with version 2.2 and above.
Use Clear instead.
|