com.liferay.portal.kernel.cache
Class SingleVMPoolUtil
java.lang.Object
com.liferay.portal.kernel.cache.SingleVMPoolUtil
public class SingleVMPoolUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleVMPoolUtil
public SingleVMPoolUtil()
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)