TAG NAME cache [previously called as no_cache]

Description Use this to force certain objects to never be cached
Build Option
Default
Usage
cache allow|deny acl …
Default none
Synopsis

A list of ACL elements which, if matched, cause the request not to be satisfied from the cache and the reply not to be cached. In other words, use this to force certain objects to never be cached.


You must use the word ‘DENY’ to indicate the ACL names which should NOT be cached.

Arguments

allow/deny Allow or deny caching of objects on matching the acl
acl
The condition/rule to be matched for which caching of those objects can be allowed or denied

Example(s)

acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY