httpcache
httpcache copied to clipboard
Define ContextCache for caches that need a context.Context or that mi…
…ght experience errors.
httpcache.Transport will pass the http.Request's Context() value to the ContextCache. If the cache experiences an error, it causes the httpcache.Transport to return that error.