ProxySG Content Policy Language Guide
force_cache( )
Used to force caching of HTTP responses that would otherwise be considered uncacheable. The default HTTP caching behavior is restored using force_cache(no). The value of the force_cache( ) property is ignored unless all of the following property settings are in effect: bypass_cache(no), cache(yes), cookie_sensitive(no), and ua_sensitive(no).
Syntax
force_cache(allno)
The default value is no.
Layer and Transaction Notes
•Use only in <Cache> layers.
•Applies to proxy transactions, which execute both <Cache> and <Proxy> layers.
Example
;Ensure objects at this URL are cached. url=http://www.example.com/docs force_cache(all)
See Also
•Properties: advertisement( ), always_verify( ), bypass_cache( ), cache( ),
cookie_sensitive( ), dynamic_bypass, pipeline( ), refresh( ), ttl( ), ua_sensitive( )
180