Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache
Class MultiVMPoolUtil

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

public class MultiVMPoolUtil
extends Object


Constructor Summary
MultiVMPoolUtil()
           
 
Method Summary
static void clear()
           
static
<K extends Serializable,V extends Serializable>
PortalCache<K,V>
getCache(String portalCacheName)
           
static
<K extends Serializable,V extends Serializable>
PortalCache<K,V>
getCache(String portalCacheName, boolean blocking)
           
static
<K extends Serializable,V extends Serializable>
PortalCacheManager<K,V>
getCacheManager()
           
static MultiVMPool getMultiVMPool()
           
static void removeCache(String portalCacheName)
           
 void setMultiVMPool(MultiVMPool multiVMPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiVMPoolUtil

public MultiVMPoolUtil()
Method Detail

clear

public static void clear()

getCache

public static <K extends Serializable,V extends Serializable> PortalCache<K,V> getCache(String portalCacheName)

getCache

public static <K extends Serializable,V extends Serializable> PortalCache<K,V> getCache(String portalCacheName,
                                                                                        boolean blocking)

getCacheManager

public static <K extends Serializable,V extends Serializable> PortalCacheManager<K,V> getCacheManager()

getMultiVMPool

public static MultiVMPool getMultiVMPool()

removeCache

public static void removeCache(String portalCacheName)

setMultiVMPool

public void setMultiVMPool(MultiVMPool multiVMPool)

Liferay 7.0-ce-m6