com.liferay.portal.kernel.cache
Class PortalCacheHelperUtil
java.lang.Object
com.liferay.portal.kernel.cache.PortalCacheHelperUtil
public class PortalCacheHelperUtil
- extends Object
|
Method Summary |
static
|
putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value)
|
static
|
putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
static void |
removeAllWithoutReplicator(PortalCache<?,?> portalCache)
|
static
|
removeWithoutReplicator(PortalCache<K,?> portalCache,
K key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalCacheHelperUtil
public PortalCacheHelperUtil()
putWithoutReplicator
public static <K extends Serializable,V> void putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value)
putWithoutReplicator
public static <K extends Serializable,V> void putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
removeAllWithoutReplicator
public static void removeAllWithoutReplicator(PortalCache<?,?> portalCache)
removeWithoutReplicator
public static <K extends Serializable> void removeWithoutReplicator(PortalCache<K,?> portalCache,
K key)