Tag Name no_cache
Usage no_cache deny|allow aclname

Description
A list of ACL elements, which, if matched, cause the reply to be immediately, removed from the cache. In other words, use this to force certain objects to never be cached.

Default acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
The word ‘DENY’ is to indicate the ACL names, which should NOT be cached

Example
acl DENYPAGE urlpath_regex Servlet
no_cache deny DENYPAGE
The DENYPAGE acl assures that the url containing Servlet will NOT be cached.

Caution
It is recommended to use this directive effectively.