StaticCacheRule





Attributes Summary
virtualHostName : StringThis attribute forms part of the matching criteria for the cache rule.
uriGroup : StringThis attribute forms part of the matching criteria for the cache rule.
noCache : booleanThis attribute, if enabled, indicates that the URI group associated with this rule should not be cached.
defaultExpiration : intThe default expiration value (in seconds) used to determine the validity of cached responses for URI associated with this cache rule.
lastModifiedFactor : floatThis 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.
properties : Property *  

Attribute Details

virtualHostName    -    This attribute forms part of the matching criteria for the cache rule. The virtual host name alias associated with a request is one of the criteria used to determine if this cache rule will apply to resource requested.
     data type:  String
     default Value:   unspecified



uriGroup    -    This attribute forms part of the matching criteria for the cache rule. The URI associated with a request is one of the criteria used to determine if this cache rule will apply to resource requested.
     data type:  String
     default Value:   unspecified



noCache    -    This attribute, if enabled, indicates that the URI group associated with this rule should not be cached.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



defaultExpiration    -    The default expiration value (in seconds) used to determine the validity of cached responses for URI associated with this cache rule.
     data type:  int
     default Value:   unspecified



lastModifiedFactor    -    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:  float
     default Value:   unspecified



properties    -     
     data type: Property*


Copyright IBM Corp. 1997-2004