Liferay 6.2-ce-ga5

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 name)
           
static
<K extends Serializable,V>
PortalCache<K,V>
getCache(String name, boolean blocking)
           
static SingleVMPool getSingleVMPool()
           
static void removeCache(String name)
           
 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 name)

getCache

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

getSingleVMPool

public static SingleVMPool getSingleVMPool()

removeCache

public static void removeCache(String name)

setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 6.2-ce-ga5