public class PortalCacheHelperUtil extends Object
Constructor and Description |
---|
PortalCacheHelperUtil() |
Modifier and Type | Method and Description |
---|---|
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 <K extends Serializable> |
removeWithoutReplicator(PortalCache<K,?> portalCache,
K key) |
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 <K extends Serializable> void removeWithoutReplicator(PortalCache<K,?> portalCache, K key)