Cache attributes to control caching behavior |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| fetchtimeout | Duration.datatype | optional | ||||
| maxage | Integer.datatype | optional | ||||
| maxstale | Integer.datatype | optional |
<xsd:attributeGroup name="Cache.attribs"> <xsd:annotation> <xsd:documentation>Cache attributes to control caching behavior</xsd:documentation> </xsd:annotation> <xsd:attributeGroup ref="Fetchtimeout.attrib"/> <xsd:attributeGroup ref="Maxage.attrib"/> <xsd:attributeGroup ref="Maxstale.attrib"/> </xsd:attributeGroup> |