com.liferay.portal.kernel.cache
Class AggregatedPortalCacheManagerListener
java.lang.Object
com.liferay.portal.kernel.cache.AggregatedPortalCacheManagerListener
- All Implemented Interfaces:
- PortalCacheManagerListener
public class AggregatedPortalCacheManagerListener
- extends Object
- implements PortalCacheManagerListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedPortalCacheManagerListener
public AggregatedPortalCacheManagerListener()
addPortalCacheListener
public boolean addPortalCacheListener(PortalCacheManagerListener portalCacheManagerListener)
clearAll
public void clearAll()
dispose
public void dispose()
throws PortalCacheException
- Specified by:
dispose in interface PortalCacheManagerListener
- Throws:
PortalCacheException
getPortalCacheManagerListeners
public Set<PortalCacheManagerListener> getPortalCacheManagerListeners()
init
public void init()
throws PortalCacheException
- Specified by:
init in interface PortalCacheManagerListener
- Throws:
PortalCacheException
notifyPortalCacheAdded
public void notifyPortalCacheAdded(String portalCacheName)
- Specified by:
notifyPortalCacheAdded in interface PortalCacheManagerListener
notifyPortalCacheRemoved
public void notifyPortalCacheRemoved(String portalCacheName)
- Specified by:
notifyPortalCacheRemoved in interface PortalCacheManagerListener
removePortalCacheListener
public boolean removePortalCacheListener(PortalCacheManagerListener portalCacheManagerListener)