ICache.cacheResponse

The given request has received the given response. The implementing class needs to decide if it wants to cache or not. Return true if it was added, false if you chose not to.

You may wish to examine headers, etc., in making the decision. The HttpClient will ALWAYS pass a request/response to this.

interface ICache
bool
cacheResponse
Suggestion Box / Bug Report