|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.L1Configuration
public class L1Configuration
Configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored.
Method Summary | |
---|---|
long |
cleanupTaskFrequency()
Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key |
boolean |
enabled()
|
boolean |
equals(Object o)
|
int |
hashCode()
|
int |
invalidationThreshold()
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. |
long |
lifespan()
Maximum lifespan of an entry placed in the L1 cache. |
boolean |
onRehash()
If true, entries removed due to a rehash will be moved to L1 rather than being removed altogether. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean enabled()
public int 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.
public long cleanupTaskFrequency()
public long lifespan()
public boolean onRehash()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |