urn:infinispan:config:5.1
element l1

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

Documentation
                  Configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored.
                
Properties
This component is not nillable.

Model
<l1
  cleanupTaskFrequency = xs:long
  enabled = xs:boolean
  invalidationThreshold = xs:int
  lifespan = xs:long
  onRehash = xs:boolean>

</l1>


Attribute Summary
 xs:longcleanupTaskFrequency
           Controls how often a cleanup task to prune L1 tracking data is run.  
 xs:booleanenabled
           Enable the L1 cache.  
 xs:intinvalidationThreshold
          Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. 
 xs:longlifespan
           Maximum lifespan of an entry placed in the L1 cache.  
 xs:booleanonRehash
           If enabled, entries removed due to a rehash will be moved to L1 rather than being removed altogether.  

Attribute Detail

cleanupTaskFrequency

Controls how often a cleanup task to prune L1 tracking data is run.

Type:
xs:long
Use:
optional
Form:
unqualified

enabled

Enable the L1 cache.

Type:
xs:boolean
Use:
optional
Form:
unqualified

invalidationThreshold

Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. By default multicast will be used. If the threshold is set to -1, then unicasts will always be used. If the threshold is set to 0, then multicast will be always be used.

Type:
xs:int
Use:
optional
Form:
unqualified

lifespan

Maximum lifespan of an entry placed in the L1 cache.

Type:
xs:long
Use:
optional
Form:
unqualified

onRehash

If enabled, entries removed due to a rehash will be moved to L1 rather than being removed altogether.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element minOccurs="0" name="l1">
<xs:complexType>
<xs:attribute name="enabled" type="xs:boolean">
</xs:attribute>
<xs:attribute name="invalidationThreshold" type="xs:int">
</xs:attribute>
<xs:attribute name="lifespan" type="xs:long">
</xs:attribute>
<xs:attribute name="cleanupTaskFrequency" type="xs:long">
</xs:attribute>
<xs:attribute name="onRehash" type="xs:boolean">
</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.