Chapter 4: Property Reference

bypass_cache( )

Determines whether the cache is bypassed for a request. If set to yes, the cache is not queried and the response is not stored in the cache. Set to no to specify the default behavior, which is to follow standard caching behavior.

While static and dynamic bypass lists allow traffic to bypass the cache based on the destination IP address, the bypass_cache property is intended to allow a bypass based on the properties of the client; for example, you might use it to allow specific users or user groups to bypass the cache.

This property has no effect on streaming objects.

Syntax

bypass_cache(yesno)

The default is no.

Layer and Transaction Notes

Use only in <Proxy> layers.

Applies to HTTP, HTTPS, FTP over HTTP, and transparent FTP transactions.

Example

;Bypass the cache for requests from this client IP address. client.address=10.25.198.0 bypass_cache(yes)

See Also

Properties: advertisement( ), always_verify( ), cache( ), cookie_sensitive( ), direct( ), dynamic_bypass, force_cache( ), pipeline( ), refresh( ), ttl( ), ua_sensitive( )

167

Page 167
Image 167
Blue Coat Systems Proxy SG manual Bypasscache