info.magnolia.module.cache.ehcache
Class EhCacheFactory
java.lang.Object
info.magnolia.module.cache.ehcache.EhCacheFactory
- All Implemented Interfaces:
- CacheFactory
public class EhCacheFactory
- extends Object
- implements CacheFactory
A CacheFactory based on ehcache, which wraps BlockingCache instances.
- Version:
- $Revision: $ ($Author: $)
- Author:
- gjoseph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhCacheFactory
public EhCacheFactory(CacheMonitor cacheMonitor)
getDefaultCacheConfiguration
public net.sf.ehcache.config.CacheConfiguration getDefaultCacheConfiguration()
setDefaultCacheConfiguration
public void setDefaultCacheConfiguration(net.sf.ehcache.config.CacheConfiguration defaultCacheConfiguration)
getDiskStorePath
public String getDiskStorePath()
setDiskStorePath
public void setDiskStorePath(String diskStorePath)
getBlockingTimeout
public int getBlockingTimeout()
setBlockingTimeout
public void setBlockingTimeout(int blockingTimeout)
getCacheNames
public List getCacheNames()
getCache
public Cache getCache(String name)
- Description copied from interface:
CacheFactory
- Retrieves a named cache. Implementations should take care of initializing the cache properly
on first call or whenever necessary.
- Specified by:
getCache
in interface CacheFactory
createCache
protected void createCache(String name)
start
public void start()
- Specified by:
start
in interface CacheFactory
stop
public void stop()
- Specified by:
stop
in interface CacheFactory
getWrappedCacheManager
public net.sf.ehcache.CacheManager getWrappedCacheManager()
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.