ProxySG Content Policy Language Guide
ua_sensitive( )
Used to modify caching behavior by declaring that the response for a given object is expected to vary based on the user agent used to retrieve the object. Set to yes to specify this behavior.
Using ua_sensitive(yes) has the same effect as cache(no).
Note: Remember that any conflict among CPL property settings is resolved by CPL’s evaluation logic, which uses the property value that was last set when evaluation ends.
Syntax
ua_sensitive(yesno)
The default value is no.
Layer and Transaction Notes
•Use in <Cache> layers.
•Do not use in <Proxy> layers.
•Applies to proxy transactions, which execute both <Cache> and <Proxy> layers.
•Does not apply to FTP over HTTP transactions.
See Also
Properties: advertisement( ), always_verify( ), bypass_cache( ), cache( ), cookie_sensitive( ), delete_on_abandonment( ), direct( ), dynamic_bypass( ), force_cache( ), pipeline( ), refresh( ), ttl( )
226