Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cache
Class PortalCacheMapSynchronizeUtil

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

public class PortalCacheMapSynchronizeUtil
extends Object


Nested Class Summary
static interface PortalCacheMapSynchronizeUtil.Synchronizer<K extends Serializable,V>
           
 
Constructor Summary
PortalCacheMapSynchronizeUtil()
           
 
Method Summary
static
<K extends Serializable,V>
void
synchronize(PortalCache<K,V> portalCache, Map<? extends K,? extends V> map, PortalCacheMapSynchronizeUtil.Synchronizer<K,V> synchronizer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCacheMapSynchronizeUtil

public PortalCacheMapSynchronizeUtil()
Method Detail

synchronize

public static <K extends Serializable,V> void synchronize(PortalCache<K,V> portalCache,
                                                          Map<? extends K,? extends V> map,
                                                          PortalCacheMapSynchronizeUtil.Synchronizer<K,V> synchronizer)

Liferay 6.2-ce-ga5