com.liferay.portal.cache
Class SingleVMPoolImpl

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

public class SingleVMPoolImpl
extends java.lang.Object
implements com.liferay.portal.kernel.cache.SingleVMPool

View Source

Author:
Brian Wing Shun Chan, Michael Young

Constructor Summary
SingleVMPoolImpl()
           
 
Method Summary
 void clear()
           
 void clear(java.lang.String name)
           
 java.lang.Object get(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key)
           
 java.lang.Object get(java.lang.String name, java.lang.String key)
           
 com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name)
           
 com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name, boolean blocking)
           
 void put(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key, java.lang.Object obj)
           
 void put(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key, java.lang.Object obj, int timeToLive)
           
 void put(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key, java.io.Serializable obj)
           
 void put(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key, java.io.Serializable obj, int timeToLive)
           
 void put(java.lang.String name, java.lang.String key, java.lang.Object obj)
           
 void put(java.lang.String name, java.lang.String key, java.io.Serializable obj)
           
 void remove(com.liferay.portal.kernel.cache.PortalCache portalCache, java.lang.String key)
           
 void remove(java.lang.String name, java.lang.String key)
           
 void setPortalCacheManager(com.liferay.portal.kernel.cache.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 com.liferay.portal.kernel.cache.SingleVMPool

clear

public void clear(java.lang.String name)
Specified by:
clear in interface com.liferay.portal.kernel.cache.SingleVMPool

get

public java.lang.Object get(java.lang.String name,
                            java.lang.String key)
Specified by:
get in interface com.liferay.portal.kernel.cache.SingleVMPool

get

public java.lang.Object get(com.liferay.portal.kernel.cache.PortalCache portalCache,
                            java.lang.String key)
Specified by:
get in interface com.liferay.portal.kernel.cache.SingleVMPool

getCache

public com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name)
Specified by:
getCache in interface com.liferay.portal.kernel.cache.SingleVMPool

getCache

public com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name,
                                                            boolean blocking)
Specified by:
getCache in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(java.lang.String name,
                java.lang.String key,
                java.lang.Object obj)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(com.liferay.portal.kernel.cache.PortalCache portalCache,
                java.lang.String key,
                java.lang.Object obj)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(com.liferay.portal.kernel.cache.PortalCache portalCache,
                java.lang.String key,
                java.lang.Object obj,
                int timeToLive)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(java.lang.String name,
                java.lang.String key,
                java.io.Serializable obj)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(com.liferay.portal.kernel.cache.PortalCache portalCache,
                java.lang.String key,
                java.io.Serializable obj)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

put

public void put(com.liferay.portal.kernel.cache.PortalCache portalCache,
                java.lang.String key,
                java.io.Serializable obj,
                int timeToLive)
Specified by:
put in interface com.liferay.portal.kernel.cache.SingleVMPool

remove

public void remove(java.lang.String name,
                   java.lang.String key)
Specified by:
remove in interface com.liferay.portal.kernel.cache.SingleVMPool

remove

public void remove(com.liferay.portal.kernel.cache.PortalCache portalCache,
                   java.lang.String key)
Specified by:
remove in interface com.liferay.portal.kernel.cache.SingleVMPool

setPortalCacheManager

public void setPortalCacheManager(com.liferay.portal.kernel.cache.PortalCacheManager portalCacheManager)