com.liferay.portal.cache.ehcache
Class EhcacheCacheManagerListenerAdapter
java.lang.Object
com.liferay.portal.cache.ehcache.EhcacheCacheManagerListenerAdapter
- All Implemented Interfaces:
- CacheManagerListener
public class EhcacheCacheManagerListenerAdapter
- extends Object
- implements CacheManagerListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhcacheCacheManagerListenerAdapter
public EhcacheCacheManagerListenerAdapter(net.sf.ehcache.event.CacheManagerEventListener cacheManagerEventListener)
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