Liferay 6.1.2-ce-ga3

com.liferay.portal.cache
Class MultiVMPoolImpl

java.lang.Object
  extended by com.liferay.portal.cache.MultiVMPoolImpl
All Implemented Interfaces:
MultiVMPool

public class MultiVMPoolImpl
extends Object
implements MultiVMPool


Constructor Summary
MultiVMPoolImpl()
           
 
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 value)
          Deprecated.  
 void put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
 void put(String name, String key, Object value)
           
 void put(String name, String key, Serializable value)
           
 void remove(PortalCache portalCache, String key)
          Deprecated.  
 void remove(String name, String key)
           
 void removeCache(String name)
           
 void setPortalCacheManager(PortalCacheManager portalCacheManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiVMPoolImpl

public MultiVMPoolImpl()
Method Detail

clear

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

clear

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

get

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

Specified by:
get in interface MultiVMPool

get

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

getCache

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

getCache

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

put

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

Specified by:
put in interface MultiVMPool

put

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

Specified by:
put in interface MultiVMPool

put

public void put(String name,
                String key,
                Object value)
Specified by:
put in interface MultiVMPool

put

public void put(String name,
                String key,
                Serializable value)
Specified by:
put in interface MultiVMPool

remove

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

Specified by:
remove in interface MultiVMPool

remove

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

removeCache

public void removeCache(String name)
Specified by:
removeCache in interface MultiVMPool

setPortalCacheManager

public void setPortalCacheManager(PortalCacheManager portalCacheManager)

Liferay 6.1.2-ce-ga3