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