public class GenericExoCacheConfig extends ExoCacheConfig
ExoCacheConfig for all the eviction algorithms
available in infinispanavoidValueReplication| Constructor and Description |
|---|
GenericExoCacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxIdle() |
String |
getStrategy() |
long |
getWakeUpInterval() |
void |
setMaxIdle(long maxIdle) |
void |
setStrategy(String strategy) |
void |
setWakeUpInterval(long wakeUpInterval) |
avoidValueReplication, clone, getCacheMode, getImplementation, getLabel, getLiveTime, getMaxSize, getName, isAsync, isDistributed, isInvalidated, isLogEnabled, isRepicated, setCacheMode, setDistributed, setImplementation, setLabel, setLiveTime, setLogEnabled, setMaxSize, setName, setReplicatedpublic String getStrategy()
public void setStrategy(String strategy)
strategy - the strategy to setpublic long getWakeUpInterval()
public void setWakeUpInterval(long wakeUpInterval)
wakeUpInterval - the wakeUpInterval to setpublic long getMaxIdle()
public void setMaxIdle(long maxIdle)
maxIdle - the maxIdle to setCopyright © 2021 eXo Platform SAS. All Rights Reserved.