com.liferay.portal.cache
Class SingleVMPoolImpl

java.lang.Object
  extended bycom.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

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)
           
 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.io.Serializable obj)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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(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

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