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
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)