@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> |
getPortalCache(String portalCacheName) |
PortalCache<K,V> |
getPortalCache(String portalCacheName,
boolean blocking) |
PortalCache<K,V> |
getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc) |
Set<PortalCacheManagerListener> |
getPortalCacheManagerListeners() |
String |
getPortalCacheManagerName() |
boolean |
isClusterAware() |
void |
reconfigurePortalCaches(URL configurationURL) |
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
PortalCacheException
void destroy()
PortalCache<K,V> getPortalCache(String portalCacheName) throws PortalCacheException
PortalCacheException
PortalCache<K,V> getPortalCache(String portalCacheName, boolean blocking) throws PortalCacheException
PortalCacheException
PortalCache<K,V> getPortalCache(String portalCacheName, boolean blocking, boolean mvcc) throws PortalCacheException
PortalCacheException
Set<PortalCacheManagerListener> getPortalCacheManagerListeners()
String getPortalCacheManagerName()
boolean isClusterAware()
void reconfigurePortalCaches(URL configurationURL)
boolean registerPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener)
void removePortalCache(String portalCacheName)
boolean unregisterPortalCacheManagerListener(PortalCacheManagerListener portalCacheManagerListener)
void unregisterPortalCacheManagerListeners()