Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache
Class SingleVMPoolUtil

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

public class SingleVMPoolUtil
extends Object


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

Constructor Detail

SingleVMPoolUtil

public SingleVMPoolUtil()
Method Detail

clear

public static void clear()

getCache

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

getCache

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

getCacheManager

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

getSingleVMPool

public static SingleVMPool getSingleVMPool()

removeCache

public static void removeCache(String portalCacheName)

setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 7.0-ce-m6