Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.cache
Interface PortalCacheManager


public interface PortalCacheManager


Method Summary
 void clearAll()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 void reconfigureCaches(URL configurationURL)
           
 void removeCache(String name)
           
 

Method Detail

clearAll

void clearAll()
              throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache getCache(String name)
                     throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache getCache(String name,
                     boolean blocking)
                     throws PortalCacheException
Throws:
PortalCacheException

reconfigureCaches

void reconfigureCaches(URL configurationURL)

removeCache

void removeCache(String name)

Liferay 6.1.2-ce-ga3