Liferay 7.0-ce-b4

com.liferay.portal.kernel.cache
Class PortalCacheHelperUtil

java.lang.Object
  extended by com.liferay.portal.kernel.cache.PortalCacheHelperUtil

public class PortalCacheHelperUtil
extends Object


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

Constructor Detail

PortalCacheHelperUtil

public PortalCacheHelperUtil()
Method Detail

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)

Liferay 7.0-ce-b4