|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.EvictionConfiguration
public class EvictionConfiguration
Controls the eviction settings for the cache.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
int |
maxEntries()
Maximum number of entries in a cache instance. |
EvictionStrategy |
strategy()
Eviction strategy. |
EvictionThreadPolicy |
threadPolicy()
Threading policy for eviction. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EvictionStrategy strategy()
public EvictionThreadPolicy threadPolicy()
public int maxEntries()
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 |