com.liferay.portal.kernel.cache
Class SingleVMPoolUtil
java.lang.Object
com.liferay.portal.kernel.cache.SingleVMPoolUtil
public class SingleVMPoolUtil
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan, Michael Young
| 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 java.io.Serializable,V> PortalCache<K,V> getCache(java.lang.String name)
getCache
public static <K extends java.io.Serializable,V> PortalCache<K,V> getCache(java.lang.String name,
boolean blocking)
getSingleVMPool
public static SingleVMPool getSingleVMPool()
removeCache
public static void removeCache(java.lang.String name)
setSingleVMPool
public void setSingleVMPool(SingleVMPool singleVMPool)