Liferay 6.2-ce-ga5

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()
           
 PortalCache<? extends Serializable,?> getCache(String name)
           
 PortalCache<? extends Serializable,?> getCache(String name, boolean blocking)
           
 void removeCache(String name)
           
 void setPortalCacheManager(PortalCacheManager<? extends Serializable,?> 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

getCache

public PortalCache<? extends Serializable,?> getCache(String name)
Specified by:
getCache in interface SingleVMPool

getCache

public PortalCache<? extends Serializable,?> getCache(String name,
                                                      boolean blocking)
Specified by:
getCache in interface SingleVMPool

removeCache

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

setPortalCacheManager

public void setPortalCacheManager(PortalCacheManager<? extends Serializable,?> portalCacheManager)

Liferay 6.2-ce-ga5