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

All Known Implementing Classes:
IntrabandPortalCacheManager

public interface PortalCacheManager<K extends java.io.Serializable,V>

Author:
Joseph Shum

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

Method Detail

clearAll

void clearAll()
              throws PortalCacheException
Throws:
PortalCacheException

getCache

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

getCache

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

reconfigureCaches

void reconfigureCaches(java.net.URL configurationURL)

removeCache

void removeCache(java.lang.String name)