Liferay 6.0.5

com.liferay.portal.cache
Class SingleVMPoolImpl

java.lang.Object
  extended by com.liferay.portal.cache.SingleVMPoolImpl
All Implemented Interfaces:
SingleVMPool

public class SingleVMPoolImpl
extends Object
implements SingleVMPool


Constructor Summary
SingleVMPoolImpl()
           
 
Method Summary
 void clear()
           
 void clear(String name)
           
 Object get(PortalCache portalCache, String key)
          Deprecated.  
 Object get(String name, String key)
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 void put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
 void put(PortalCache portalCache, String key, Object obj, int timeToLive)
          Deprecated.  
 void put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
 void put(PortalCache portalCache, String key, Serializable obj, int timeToLive)
          Deprecated.  
 void put(String name, String key, Object obj)
           
 void put(String name, String key, Serializable obj)
           
 void remove(PortalCache portalCache, String key)
          Deprecated.  
 void remove(String name, String key)
           
 void setPortalCacheManager(PortalCacheManager portalCacheManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleVMPoolImpl

public SingleVMPoolImpl()
Method Detail

clear

public void clear()
Specified by:
clear in interface SingleVMPool

clear

public void clear(String name)
Specified by:
clear in interface SingleVMPool

get

public Object get(String name,
                  String key)
Specified by:
get in interface SingleVMPool

get

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

Specified by:
get in interface SingleVMPool

getCache

public PortalCache getCache(String name)
Specified by:
getCache in interface SingleVMPool

getCache

public PortalCache getCache(String name,
                            boolean blocking)
Specified by:
getCache in interface SingleVMPool

put

public void put(String name,
                String key,
                Object obj)
Specified by:
put in interface SingleVMPool

put

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

Specified by:
put in interface SingleVMPool

put

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

Specified by:
put in interface SingleVMPool

put

public void put(String name,
                String key,
                Serializable obj)
Specified by:
put in interface SingleVMPool

put

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

Specified by:
put in interface SingleVMPool

put

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

Specified by:
put in interface SingleVMPool

remove

public void remove(String name,
                   String key)
Specified by:
remove in interface SingleVMPool

remove

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

Specified by:
remove in interface SingleVMPool

setPortalCacheManager

public void setPortalCacheManager(PortalCacheManager portalCacheManager)

Liferay 6.0.5