public interface PortalCacheManager<K extends java.io.Serializable,V>
| Modifier and Type | Method and Description |
|---|---|
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) |
void clearAll()
throws PortalCacheException
PortalCacheExceptionPortalCache<K,V> getCache(java.lang.String name) throws PortalCacheException
PortalCacheExceptionPortalCache<K,V> getCache(java.lang.String name, boolean blocking) throws PortalCacheException
PortalCacheExceptionvoid reconfigureCaches(java.net.URL configurationURL)
void removeCache(java.lang.String name)