public class PortalCacheHelperUtil
extends Object
Constructor and Description |
---|
PortalCacheHelperUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
clearPortalCaches(String portalCacheManagerName) |
static <K extends Serializable,V> |
getPortalCache(String portalCacheManagerName,
String portalCacheName) |
static <K extends Serializable,V> |
getPortalCache(String portalCacheManagerName,
String portalCacheName,
boolean blocking) |
static <K extends Serializable,V> |
getPortalCache(String portalCacheManagerName,
String portalCacheName,
boolean blocking,
boolean mvcc) |
static <K extends Serializable,V> |
putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value) |
static <K extends Serializable,V> |
putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
static void |
removeAllWithoutReplicator(PortalCache<?,?> portalCache) |
static void |
removePortalCache(String portalCacheManagerName,
String portalCacheName) |
static <K extends Serializable> |
removeWithoutReplicator(PortalCache<K,?> portalCache,
K key) |
public static void clearPortalCaches(String portalCacheManagerName)
public static <K extends Serializable,V> PortalCache<K,V> getPortalCache(String portalCacheManagerName, String portalCacheName)
public static <K extends Serializable,V> PortalCache<K,V> getPortalCache(String portalCacheManagerName, String portalCacheName, boolean blocking)
public static <K extends Serializable,V> PortalCache<K,V> getPortalCache(String portalCacheManagerName, String portalCacheName, boolean blocking, boolean mvcc)
public static <K extends Serializable,V> void putWithoutReplicator(PortalCache<K,V> portalCache, K key, V value)
public static <K extends Serializable,V> void putWithoutReplicator(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
public static void removeAllWithoutReplicator(PortalCache<?,?> portalCache)
public static void removePortalCache(String portalCacheManagerName, String portalCacheName)
public static <K extends Serializable> void removeWithoutReplicator(PortalCache<K,?> portalCache, K key)