Skip to content

net-wc: implement persistent caching

Tony Crisci requested to merge acrisci/grilo:net-persistent-cache into master

When GrlNetWc is constructed with a "cache-id" property, the http cache persists across sessions using the SoupCache with storage directory in the user's cache directory.

fixes #42

Merge request reports