Liferay 6.0.5

com.liferay.portal.kernel.cache
Class MultiVMPoolUtil

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

public class MultiVMPoolUtil
extends Object


Constructor Summary
MultiVMPoolUtil()
           
 
Method Summary
static void clear()
           
static void clear(String name)
           
static Object get(PortalCache portalCache, String key)
          Deprecated.  
static Object get(String name, String key)
           
static PortalCache getCache(String name)
           
static PortalCache getCache(String name, boolean blocking)
           
static MultiVMPool getMultiVMPool()
           
static void put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
static void put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
static void put(String name, String key, Object obj)
           
static void put(String name, String key, Serializable obj)
           
static void remove(PortalCache portalCache, String key)
          Deprecated.  
static void remove(String name, String key)
           
 void setMultiVMPool(MultiVMPool multiVMPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiVMPoolUtil

public MultiVMPoolUtil()
Method Detail

clear

public static void clear()

clear

public static void clear(String name)

get

public static Object get(String name,
                         String key)

get

public static Object get(PortalCache portalCache,
                         String key)
Deprecated. 


getMultiVMPool

public static MultiVMPool getMultiVMPool()

getCache

public static PortalCache getCache(String name)

getCache

public static PortalCache getCache(String name,
                                   boolean blocking)

put

public static void put(String name,
                       String key,
                       Object obj)

put

public static void put(PortalCache portalCache,
                       String key,
                       Object obj)
Deprecated. 


put

public static void put(String name,
                       String key,
                       Serializable obj)

put

public static void put(PortalCache portalCache,
                       String key,
                       Serializable obj)
Deprecated. 


remove

public static void remove(String name,
                          String key)

remove

public static void remove(PortalCache portalCache,
                          String key)
Deprecated. 


setMultiVMPool

public void setMultiVMPool(MultiVMPool multiVMPool)

Liferay 6.0.5