Liferay 6.1.2-ce-ga3

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 value)
          Deprecated.  
static void put(PortalCache portalCache, String key, Object value, int timeToLive)
          Deprecated.  
static void put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
static void put(PortalCache portalCache, String key, Serializable value, int timeToLive)
          Deprecated.  
static void put(String name, String key, Object value)
           
static void put(String name, String key, Serializable value)
           
static void remove(PortalCache portalCache, String key)
          Deprecated.  
static void remove(String name, String key)
           
static void removeCache(String name)
           
 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(PortalCache portalCache,
                         String key)
Deprecated. 


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)

getSingleVMPool

public static SingleVMPool getSingleVMPool()

put

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


put

public static void put(PortalCache portalCache,
                       String key,
                       Object value,
                       int timeToLive)
Deprecated. 


put

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


put

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


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


remove

public static void remove(String name,
                          String key)

removeCache

public static void removeCache(String name)

setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 6.1.2-ce-ga3