[Webkit-unassigned] [Bug 146041] [GTK] Reimplement webkit_web_context_clear_cache functionality.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 23:45:33 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146041

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Maybe it's time to deprecate this method. It's very confusing, and untested. It says clear cache, as if there were only one cache. Epiphany uses it to clear the disk cache, but as a side effect, the memory cache is cleared as well. We could probably expose the WebsiteDataStore in our API. It would allow to manage all caches and storage (memory cache, disk cache, local storage and indexedDB databases, etc.), and with some more control, like clearing only a cache for a particular security origin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150617/eb830682/attachment-0001.html>


More information about the webkit-unassigned mailing list