Liferay 7.0-ce-m6

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

MultiVMPoolImpl

public MultiVMPoolImpl()
Method Detail

clear

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

getCache

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

getCache

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

getCacheManager

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

removeCache

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

Liferay 7.0-ce-m6