|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.ExpirationConfiguration
public class ExpirationConfiguration
Controls the default expiration settings for entries in the cache.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
long |
lifespan()
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds. |
long |
maxIdle()
Maximum idle time a cache entry will be maintained in the cache, in milliseconds. |
boolean |
reaperEnabled()
Determines whether the background reaper thread is enabled to test entries for expiration. |
String |
toString()
|
long |
wakeUpInterval()
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long lifespan()
public long maxIdle()
public boolean reaperEnabled()
public long wakeUpInterval()
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 |