com.liferay.portal.kernel.cache
Interface PortalCacheManager
public interface PortalCacheManager
- Author:
- Joseph Shum
clearAll
void clearAll()
throws PortalCacheException
- Throws:
PortalCacheException
getCache
PortalCache getCache(java.lang.String name)
throws PortalCacheException
- Throws:
PortalCacheException
getCache
PortalCache 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)