Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cache
Interface PortalCacheManager<K extends Serializable,V>

All Known Implementing Classes:
IntrabandPortalCacheManager

public interface PortalCacheManager<K extends Serializable,V>


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

Method Detail

clearAll

void clearAll()
              throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache<K,V> getCache(String name)
                                               throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache<K,V> getCache(String name,
                          boolean blocking)
                                               throws PortalCacheException
Throws:
PortalCacheException

reconfigureCaches

void reconfigureCaches(URL configurationURL)

removeCache

void removeCache(String name)

Liferay 6.2-ce-ga5