urn:infinispan:config:5.2
simpleType evictionStrategy

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{urn:infinispan:config:5.2}evictionStrategy (restriction)

Properties
This component is not nillable.

Model

('NONE' | 'UNORDERED' | 'FIFO' | 'LRU' | 'LRU_OLD' | 'LIRS')

Local Usage
configuration

Source
<xs:simpleType name="evictionStrategy">
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="UNORDERED"/>
<xs:enumeration value="FIFO"/>
<xs:enumeration value="LRU"/>
<xs:enumeration value="LRU_OLD"/>
<xs:enumeration value="LIRS"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.