Click or drag to resize

IHttpCache Methods

The IHttpCache type exposes the following members.

Methods
  NameDescription
Public methodClear
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.
Public methodClearDiskCache 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.
Top
See Also