Liferay 6.0.5

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 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 SingleVMPool getSingleVMPool()
           
static void put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
static void put(PortalCache portalCache, String key, Object obj, int timeToLive)
          Deprecated.  
static void put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
static void put(PortalCache portalCache, String key, Serializable obj, int timeToLive)
          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 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()

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. 


getCache

public static PortalCache getCache(String name)

getCache

public static PortalCache getCache(String name,
                                   boolean blocking)

getSingleVMPool

public static SingleVMPool getSingleVMPool()

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(PortalCache portalCache,
                       String key,
                       Object obj,
                       int timeToLive)
Deprecated. 


put

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

put

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


put

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


remove

public static void remove(String name,
                          String key)

remove

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


setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 6.0.5