org.hippoecm.hst.site.container
Class BlockingEhCacheFactoryBean

java.lang.Object
  extended by org.springframework.cache.ehcache.EhCacheFactoryBean
      extended by org.hippoecm.hst.site.container.BlockingEhCacheFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<net.sf.ehcache.Ehcache>, org.springframework.beans.factory.InitializingBean

public class BlockingEhCacheFactoryBean
extends org.springframework.cache.ehcache.EhCacheFactoryBean


Field Summary
 
Fields inherited from class org.springframework.cache.ehcache.EhCacheFactoryBean
logger
 
Constructor Summary
BlockingEhCacheFactoryBean()
           
 
Method Summary
protected  net.sf.ehcache.Ehcache decorateCache(net.sf.ehcache.Ehcache cache)
           
 void setTimeoutMillis(int timeoutMillis)
           
 
Methods inherited from class org.springframework.cache.ehcache.EhCacheFactoryBean
afterPropertiesSet, createCache, getObject, getObjectType, isSingleton, setBeanName, setBlocking, setBootstrapCacheLoader, setCacheEntryFactory, setCacheEventListeners, setCacheManager, setCacheName, setClearOnFlush, setDiskExpiryThreadIntervalSeconds, setDiskPersistent, setDiskSpoolBufferSize, setEternal, setMaxElementsInMemory, setMaxElementsOnDisk, setMemoryStoreEvictionPolicy, setOverflowToDisk, setTimeToIdle, setTimeToLive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingEhCacheFactoryBean

public BlockingEhCacheFactoryBean()
Method Detail

setTimeoutMillis

public void setTimeoutMillis(int timeoutMillis)

decorateCache

protected net.sf.ehcache.Ehcache decorateCache(net.sf.ehcache.Ehcache cache)
Overrides:
decorateCache in class org.springframework.cache.ehcache.EhCacheFactoryBean


Copyright © 2008-2012 Hippo. All Rights Reserved.