| Constructor and Description |
|---|
CacheConfiguration() |
CacheConfiguration(URI uri) |
public CacheConfiguration copy()
public String getCacheName()
public void setCacheName(String cacheName)
public int getMaxElementsInMemory()
public void setMaxElementsInMemory(int maxElementsInMemory)
public net.sf.ehcache.store.MemoryStoreEvictionPolicy getMemoryStoreEvictionPolicy()
public void setMemoryStoreEvictionPolicy(net.sf.ehcache.store.MemoryStoreEvictionPolicy memoryStoreEvictionPolicy)
public boolean isOverflowToDisk()
public void setOverflowToDisk(boolean overflowToDisk)
public String getDiskStorePath()
public void setDiskStorePath(String diskStorePath)
public boolean isEternal()
public void setEternal(boolean eternal)
public long getTimeToLiveSeconds()
public void setTimeToLiveSeconds(long timeToLiveSeconds)
public long getTimeToIdleSeconds()
public void setTimeToIdleSeconds(long timeToIdleSeconds)
public boolean isDiskPersistent()
public void setDiskPersistent(boolean diskPersistent)
public long getDiskExpiryThreadIntervalSeconds()
public void setDiskExpiryThreadIntervalSeconds(long diskExpiryThreadIntervalSeconds)
public void setEventListenerRegistry(CacheEventListenerRegistry eventListenerRegistry)
public CacheEventListenerRegistry getEventListenerRegistry()
public void setCacheLoaderRegistry(CacheLoaderRegistry cacheLoaderRegistry)
public CacheLoaderRegistry getCacheLoaderRegistry()
Apache CAMEL