Liferay 7.0-ce-m6

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 portalCacheName)
           
 PortalCache<? extends Serializable,?> getCache(String portalCacheName, boolean blocking)
           
 PortalCacheManager<? extends Serializable,?> getCacheManager()
           
 void removeCache(String portalCacheName)
           
 
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 portalCacheName)
Specified by:
getCache in interface SingleVMPool

getCache

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

getCacheManager

public PortalCacheManager<? extends Serializable,?> getCacheManager()
Specified by:
getCacheManager in interface SingleVMPool

removeCache

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

Liferay 7.0-ce-m6