| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{urn:infinispan:config:5.1} (restriction)
Controls the default expiration settings for entries in the cache.
Attribute Summary | |
xs:long | lifespan Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds. |
xs:long | maxIdle Maximum idle time a cache entry will be maintained in the cache, in milliseconds. |
xs:boolean | reaperEnabled Determines whether the background reaper thread is enabled to test entries for expiration. |
xs:long | wakeUpInterval Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. |
Attribute Detail |
xs:long
optional
unqualified
xs:long
optional
unqualified
xs:boolean
optional
unqualified
xs:long
optional
unqualified
<xs:element minOccurs="0" name="expiration"><xs:complexType></xs:element><xs:attribute name="wakeUpInterval" type="xs:long">
</xs:attribute><xs:attribute name="lifespan" type="xs:long">
</xs:attribute><xs:attribute name="maxIdle" type="xs:long">
</xs:attribute><xs:attribute name="reaperEnabled" type="xs:boolean"></xs:complexType>
</xs:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |