public class CacheFactory
extends org.springframework.cache.ehcache.EhCacheFactoryBean
implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
CacheFactory() |
Modifier and Type | Method and Description |
---|---|
net.sf.ehcache.Ehcache |
createCache(net.sf.ehcache.event.CacheEventListener... listeners) |
net.sf.ehcache.Ehcache |
getObject() |
protected void |
registerAll(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.event.CacheEventListener... l) |
void |
setApplicationContext(org.springframework.context.ApplicationContext arg0) |
void |
setCacheEventListeners(net.sf.ehcache.event.CacheEventListener[] listeners) |
afterPropertiesSet, createCache, decorateCache, getObjectType, isSingleton, setBeanName, setBlocking, setBootstrapCacheLoader, setCacheEntryFactory, setCacheEventListeners, setCacheManager, setCacheName, setClearOnFlush, setDiskExpiryThreadIntervalSeconds, setDiskPersistent, setDiskSpoolBufferSize, setEternal, setMaxElementsInMemory, setMaxElementsOnDisk, setMemoryStoreEvictionPolicy, setOverflowToDisk, setTimeToIdle, setTimeToLive
public void setApplicationContext(org.springframework.context.ApplicationContext arg0) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setCacheEventListeners(net.sf.ehcache.event.CacheEventListener[] listeners)
public net.sf.ehcache.Ehcache getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<net.sf.ehcache.Ehcache>
getObject
in class org.springframework.cache.ehcache.EhCacheFactoryBean
public net.sf.ehcache.Ehcache createCache(net.sf.ehcache.event.CacheEventListener... listeners)
protected void registerAll(net.sf.ehcache.Ehcache cache, net.sf.ehcache.event.CacheEventListener... l)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.