| override-expire |
enforces min age even if the server sent a Expires: header. Doing this VIOLATES the HTTP standard. Enabling this
feature could make you liable for problems which it causes. |
| override-lastmod |
enforces min age even on objects that was modified recently. |
| reload-into-ims |
changes client no-cache or “reload” to If-Modified-Since requests. Doing this VIOLATES the HTTP standard. Enabling
this feature could make you liable for problems which it causes. |
| ignore-reload |
ignores a client no-cache or “reload” header. Doing this VIOLATES the HTTP standard. Enabling this feature could
make you liable for problems which it causes. |
ignore-no-cache
|
ignores any “Pragma: no-cache” and “Cache-control: no-cache” headers received from a server.
|
ignore-private
|
ignores any “Cache-control: private” headers received from a server. Doing this VIOLATES the HTTP standard.
Enabling this feature could make you liable for problems which it causes.
|
ignore-auth
|
caches responses to requests with authorization, irrespective of “Cache-control” headers received from a
server. Doing this VIOLATES the HTTP standard. Enabling this feature could make you liable for problems which it
causes. |
| stale-while-revalidate=NN |
Squid perform an asyncronous cache validation if the object isn’t more stale than NN.
|
| ignore-stale-while-revalidate |
Squid ignore any ‘Cache-Control:stale-while-revalidate=NN’ headers received from a server.
|
| max-stale=NN |
This option provides a maximum staleness factor. |
| negative-ttl=NN |
This overrides the global negative_ttl parameter selectively for URLs matching this pattern.
|