Base HTTP cache class.
The default implementation delegates directly to fetch() with no caching. Subclasses override read() to add caching behaviour.
Fetch content from a URI, optionally from a cache.
Base HTTP cache class.
The default implementation delegates directly to fetch() with no caching. Subclasses override read() to add caching behaviour.