urn:infinispan:config:5.2
element versioning

Super Types
{urn:infinispan:config:5.2} (restriction)

Documentation
            Controls whether entries are versioned.  Versioning is necessary, for example, when using optimistic transactions in a clustered environment, to be able to perform write-skew checks.
          
Properties
This component is not nillable.

Model
<versioning
  enabled = xs:boolean : false
  versioningScheme = tns:versioningScheme>

</versioning>


Attribute Summary
 xs:booleanenabled
          Determines whether versioning is enabled or disabled for this cache. 
 tns:versioningSchemeversioningScheme
          The scheme to use when versioning entries. 

Attribute Detail

enabled

Determines whether versioning is enabled or disabled for this cache. Defaults to disabled

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

versioningScheme

The scheme to use when versioning entries. Can be either SIMPLE or NONE. Defaults to NONE

Type:
tns:versioningScheme
Use:
optional
Form:
unqualified

Source
<xs:element minOccurs="0" name="versioning">
<xs:complexType>
<xs:attribute default="false" name="enabled" type="xs:boolean">
</xs:attribute>
<xs:attribute name="versioningScheme" type="tns:versioningScheme">
</xs:attribute>
</xs:complexType>
</xs:element>


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