Liferay 6.1.2-ce-ga3

com.liferay.portal.cache.ehcache
Class EhcachePortalCacheManager

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcachePortalCacheManager
All Implemented Interfaces:
PortalCacheManager

public class EhcachePortalCacheManager
extends Object
implements PortalCacheManager


Constructor Summary
EhcachePortalCacheManager()
           
 
Method Summary
protected  PortalCache addCache(String name, net.sf.ehcache.Cache cache)
           
 void afterPropertiesSet()
           
 void clearAll()
           
 void destroy()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 net.sf.ehcache.CacheManager getEhcacheManager()
           
 void reconfigureCaches(URL configurationURL)
           
 void removeCache(String name)
           
 void setClusterAware(boolean clusterAware)
           
 void setConfigPropertyKey(String configPropertyKey)
           
 void setMBeanServer(MBeanServer mBeanServer)
           
 void setRegisterCacheConfigurations(boolean registerCacheConfigurations)
           
 void setRegisterCacheManager(boolean registerCacheManager)
           
 void setRegisterCaches(boolean registerCaches)
           
 void setRegisterCacheStatistics(boolean registerCacheStatistics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcachePortalCacheManager

public EhcachePortalCacheManager()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

clearAll

public void clearAll()
Specified by:
clearAll in interface PortalCacheManager

destroy

public void destroy()
             throws Exception
Throws:
Exception

getCache

public PortalCache getCache(String name)
Specified by:
getCache in interface PortalCacheManager

getCache

public PortalCache getCache(String name,
                            boolean blocking)
Specified by:
getCache in interface PortalCacheManager

getEhcacheManager

public net.sf.ehcache.CacheManager getEhcacheManager()

reconfigureCaches

public void reconfigureCaches(URL configurationURL)
Specified by:
reconfigureCaches in interface PortalCacheManager

removeCache

public void removeCache(String name)
Specified by:
removeCache in interface PortalCacheManager

setClusterAware

public void setClusterAware(boolean clusterAware)

setConfigPropertyKey

public void setConfigPropertyKey(String configPropertyKey)

setMBeanServer

public void setMBeanServer(MBeanServer mBeanServer)

setRegisterCacheConfigurations

public void setRegisterCacheConfigurations(boolean registerCacheConfigurations)

setRegisterCacheManager

public void setRegisterCacheManager(boolean registerCacheManager)

setRegisterCaches

public void setRegisterCaches(boolean registerCaches)

setRegisterCacheStatistics

public void setRegisterCacheStatistics(boolean registerCacheStatistics)

addCache

protected PortalCache addCache(String name,
                               net.sf.ehcache.Cache cache)

Liferay 6.1.2-ce-ga3