ICache.getCachedResponse

The client is about to make the given request. It will ALWAYS pass it to the cache object first so you can decide if you want to and can provide a response. You should probably check the appropriate headers to see if you should even attempt to look up on the cache (HttpClient does NOT do this to give maximum flexibility to the cache implementor).

Return null if the cache does not provide.

interface ICache
const(HttpResponse)*
getCachedResponse
Suggestion Box / Bug Report