@ProviderType
public interface PortalCacheManager<K extends Serializable,V>
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTAL_CACHE_MANAGER_NAME |
static String |
PORTAL_CACHE_MANAGER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll() |
void |
destroy() |
PortalCache<K,V> |
fetchPortalCache(String portalCacheName) |
PortalCache<K,V> |
getPortalCache(String portalCacheName) |
PortalCache<K,V> |
getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc) |
Set<PortalCacheManagerListener> |
getPortalCacheManagerListeners() |
String |
getPortalCacheManagerName() |
boolean |
isClusterAware() |
void |
reconfigurePortalCaches(URL configurationURL,
ClassLoader classLoader) |
boolean |
registerPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener) |
void |
removePortalCache(String portalCacheName) |
boolean |
unregisterPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener) |
void |
unregisterPortalCacheManagerListeners() |
static final String PORTAL_CACHE_MANAGER_NAME
static final String PORTAL_CACHE_MANAGER_TYPE
void clearAll()
throws PortalCacheException
PortalCacheExceptionvoid destroy()
PortalCache<K,V> fetchPortalCache(String portalCacheName)
PortalCache<K,V> getPortalCache(String portalCacheName) throws PortalCacheException
PortalCacheExceptionPortalCache<K,V> getPortalCache(String portalCacheName, boolean blocking, boolean mvcc) throws PortalCacheException
PortalCacheExceptionSet<PortalCacheManagerListener> getPortalCacheManagerListeners()
String getPortalCacheManagerName()
boolean isClusterAware()
void reconfigurePortalCaches(URL configurationURL,
ClassLoader classLoader)
boolean registerPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener)
void removePortalCache(String portalCacheName)
boolean unregisterPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener)
void unregisterPortalCacheManagerListeners()