Chapter 4: Property Reference
ttl( )
Sets the
explicit expirations: Never serve after.
If the above option is not set, the ProxySG’s freshness algorithm determines the
Note: advertisement(yes) overrides any ttl( ) value.
Syntax
ttl(seconds)
where seconds is an integer, specifying the number of seconds an object remains in the cache before it is deleted. The maximum value is 4294967295, or about 136 years.
The default value is specified by configuration.
Layer and Transaction Notes
•Use in <Cache> layers.
•Do not use in <Proxy> layers.
Example
;Delete the specified cached objects after 30 seconds. url=//www.example.com/dyn_images ttl(30)
See Also
• Properties: advertisement( ), cache( )
225