- 论坛徽章:
- 0
|
override-expire
When set, this option causes Squid to check the min value before checking the Expires header. Thus, a non-zero min time makes Squid return an unvalidated cache hit even if the response is preexpired.
override-lastmod
When set, this option causes Squid to check the min value before the LM-factor percentage.
reload-into-ims
When set, this option makes Squid transform a request with a no-cache directive into a validation (If-Modified-Since) request. In other words, Squid adds an If-Modified-Since header to the request before forwarding it on. Note that this only works for objects that have a Last-Modified timestamp. The outbound request retains the no-cache directive, so that it reaches the origin server.
ignore-reload
When set, this option causes Squid to ignore the no-cache directive, if any, in the request. |
|