Liferay 7.0-ce-b4

com.liferay.portal.kernel.cache
Interface PortalCacheManagerListener


public interface PortalCacheManagerListener


Method Summary
 void dispose()
           
 void init()
           
 void notifyPortalCacheAdded(String portalCacheName)
           
 void notifyPortalCacheRemoved(String portalCacheName)
           
 

Method Detail

dispose

void dispose()
             throws PortalCacheException
Throws:
PortalCacheException

init

void init()
          throws PortalCacheException
Throws:
PortalCacheException

notifyPortalCacheAdded

void notifyPortalCacheAdded(String portalCacheName)

notifyPortalCacheRemoved

void notifyPortalCacheRemoved(String portalCacheName)

Liferay 7.0-ce-b4