Liferay 7.0-ce-m3

com.liferay.portal.kernel.cache
Interface CacheManagerListener

All Known Implementing Classes:
AggregatedCacheManagerListener, EhcacheCacheManagerListenerAdapter, EntityCacheImpl, FinderCacheImpl

public interface CacheManagerListener


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

Method Detail

dispose

void dispose()
             throws PortalCacheException
Throws:
PortalCacheException

init

void init()
          throws PortalCacheException
Throws:
PortalCacheException

notifyCacheAdded

void notifyCacheAdded(String name)

notifyCacheRemoved

void notifyCacheRemoved(String name)

Liferay 7.0-ce-m3