Liferay 7.0-ce-m3

com.liferay.portal.cache.ehcache
Class EhcacheCacheManagerListenerAdapter

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheCacheManagerListenerAdapter
All Implemented Interfaces:
CacheManagerListener

public class EhcacheCacheManagerListenerAdapter
extends Object
implements CacheManagerListener


Constructor Summary
EhcacheCacheManagerListenerAdapter(net.sf.ehcache.event.CacheManagerEventListener cacheManagerEventListener)
           
 
Method Summary
 void dispose()
           
 void init()
           
 void notifyCacheAdded(String portalCacheName)
           
 void notifyCacheRemoved(String portalCacheName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheCacheManagerListenerAdapter

public EhcacheCacheManagerListenerAdapter(net.sf.ehcache.event.CacheManagerEventListener cacheManagerEventListener)
Method Detail

dispose

public void dispose()
             throws PortalCacheException
Specified by:
dispose in interface CacheManagerListener
Throws:
PortalCacheException

init

public void init()
          throws PortalCacheException
Specified by:
init in interface CacheManagerListener
Throws:
PortalCacheException

notifyCacheAdded

public void notifyCacheAdded(String portalCacheName)
Specified by:
notifyCacheAdded in interface CacheManagerListener

notifyCacheRemoved

public void notifyCacheRemoved(String portalCacheName)
Specified by:
notifyCacheRemoved in interface CacheManagerListener

Liferay 7.0-ce-m3