com.liferay.portal.kernel.cache
Class MultiVMKeyPoolUtil
java.lang.Object
com.liferay.portal.kernel.cache.MultiVMKeyPoolUtil
public class MultiVMKeyPoolUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiVMKeyPoolUtil
public MultiVMKeyPoolUtil()
clear
public static void clear()
clear
public static void clear(String name)
get
public static Object get(String name,
String key)
getCache
public static PortalCache getCache(String name)
getCache
public static PortalCache getCache(String name,
boolean blocking)
getMultiVMPool
public static MultiVMPool getMultiVMPool()
put
public static void put(String name,
String key,
Object value)
put
public static void put(String name,
String key,
Serializable value)
remove
public static void remove(String name,
String key)
removeCache
public static void removeCache(String name)
setMultiVMPool
public void setMultiVMPool(MultiVMPool multiVMPool)