On Feb 6, 2014, at 9:20 AM, Shu Kit Chan <[email protected]> wrote:
> so for example, this API will honor settings in records.config, e,g,
>
> proxy.config.http.cache.cache_responses_to_cookies
>
> proxy.config.http.negative_caching_enabled
>
> and tell us whether it is cacheable or not. Right?
Correct. It uses the underlying core API in HttpTransact:
bool HttpTransact::is_response_cacheable(State* s, HTTPHdr* request,
HTTPHdr* response)
— Leif
