CachingAction
This type is a class for model objects.
@since 7.0.0 Defines properties for caching content on the proxy server.
Package: proxyvirtualhost
Supertype: ProxyAction
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary enableCaching : EBoolean @since 7.0.0 Enables response caching for requests that match this caching action. defaultExpiration : EInt @since 7.0.0 The default expiration value (in seconds) used to determine the validity of cached responses for URI associated with this cache rule. lastModifiedFactor : EFloat @since 7.0.0 This attribute is used to derive the cache expiration value for a response if it does not have any explicit HTTP expiration headers and when it has a "LastModifiedTime" header in the response. This value for is treated as a fraction of the lastModifiedTime.
Attribute Details
enableCaching - @since 7.0.0 Enables response caching for requests that match this caching action.
Data Type: EBoolean
Default value: true
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
defaultExpiration - @since 7.0.0 The default expiration value (in seconds) used to determine the validity of cached responses for URI associated with this cache rule.
Data Type: EInt
Default value: 0
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
lastModifiedFactor - @since 7.0.0 This attribute is used to derive the cache expiration value for a response if it does not have any explicit HTTP expiration headers and when it has a "LastModifiedTime" header in the response. This value for is treated as a fraction of the lastModifiedTime.
Data Type: EFloat
Default value: 0.10
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006