Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache
Interface CacheManagerListener

All Known Implementing Classes:
AggregatedCacheManagerListener

public interface CacheManagerListener


Method Summary
 void dispose()
           
 void init()
           
 void notifyCacheAdded(String portalCacheName)
           
 void notifyCacheRemoved(String portalCacheName)
           
 

Method Detail

dispose

void dispose()
             throws PortalCacheException
Throws:
PortalCacheException

init

void init()
          throws PortalCacheException
Throws:
PortalCacheException

notifyCacheAdded

void notifyCacheAdded(String portalCacheName)

notifyCacheRemoved

void notifyCacheRemoved(String portalCacheName)

Liferay 7.0-ce-m6