Cache.attribs

Cache attributes to control caching behavior

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
fetchtimeout Duration.datatype optional
maxage Integer.datatype optional
maxstale Integer.datatype optional

Source

<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>