Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.cache.PortalCacheManager

Packages that use PortalCacheManager
com.liferay.portal.cache   
com.liferay.portal.cache.ehcache   
com.liferay.portal.cache.memory   
com.liferay.portal.kernel.cache   
com.liferay.portal.nio.intraband.cache   
com.liferay.portal.resiliency.spi.cache   
 

Uses of PortalCacheManager in com.liferay.portal.cache
 

Classes in com.liferay.portal.cache that implement PortalCacheManager
 class AbstractPortalCacheManager<K extends Serializable,V>
           
 

Methods in com.liferay.portal.cache that return PortalCacheManager
 PortalCacheManager<? extends Serializable,? extends Serializable> MultiVMPoolImpl.getCacheManager()
           
 PortalCacheManager<? extends Serializable,?> SingleVMPoolImpl.getCacheManager()
           
 

Methods in com.liferay.portal.cache with parameters of type PortalCacheManager
 void SingleVMPoolImpl.setPortalCacheManager(PortalCacheManager<? extends Serializable,?> portalCacheManager)
           
 void MultiVMPoolImpl.setPortalCacheManager(PortalCacheManager<? extends Serializable,? extends Serializable> portalCacheManager)
           
 

Uses of PortalCacheManager in com.liferay.portal.cache.ehcache
 

Classes in com.liferay.portal.cache.ehcache that implement PortalCacheManager
 class EhcachePortalCacheManager<K extends Serializable,V>
           
 

Constructors in com.liferay.portal.cache.ehcache with parameters of type PortalCacheManager
EhcachePortalCache(PortalCacheManager<K,V> portalCacheManager, net.sf.ehcache.Ehcache ehcache)
           
 

Uses of PortalCacheManager in com.liferay.portal.cache.memory
 

Classes in com.liferay.portal.cache.memory that implement PortalCacheManager
 class MemoryPortalCacheManager<K extends Serializable,V>
           
 

Constructors in com.liferay.portal.cache.memory with parameters of type PortalCacheManager
MemoryPortalCache(PortalCacheManager<K,V> portalCacheManager, String name, int initialCapacity)
           
 

Uses of PortalCacheManager in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache that return PortalCacheManager
 PortalCacheManager<? extends Serializable,? extends Serializable> MultiVMPool.getCacheManager()
           
 PortalCacheManager<? extends Serializable,?> SingleVMPool.getCacheManager()
           
static
<K extends Serializable,V>
PortalCacheManager<K,V>
SingleVMPoolUtil.getCacheManager()
           
static
<K extends Serializable,V extends Serializable>
PortalCacheManager<K,V>
MultiVMPoolUtil.getCacheManager()
           
 PortalCacheManager<K,V> PortalCache.getPortalCacheManager()
           
 PortalCacheManager<K,V> AbstractPortalCache.getPortalCacheManager()
           
 PortalCacheManager<K,V> PortalCacheWrapper.getPortalCacheManager()
           
static PortalCacheManager<? extends Serializable,?> PortalCacheProvider.getPortalCacheManager(String portalCacheManagerName)
           
 

Methods in com.liferay.portal.kernel.cache that return types with arguments of type PortalCacheManager
static Collection<PortalCacheManager<? extends Serializable,?>> PortalCacheProvider.getPortalCacheManagers()
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type PortalCacheManager
static void PortalCacheProvider.registerPortalCacheManager(PortalCacheManager<? extends Serializable,?> portalCacheManager)
           
 

Constructors in com.liferay.portal.kernel.cache with parameters of type PortalCacheManager
AbstractPortalCache(PortalCacheManager<K,V> portalCacheManager)
           
 

Uses of PortalCacheManager in com.liferay.portal.nio.intraband.cache
 

Classes in com.liferay.portal.nio.intraband.cache that implement PortalCacheManager
 class BaseIntrabandPortalCacheManager<K extends Serializable,V extends Serializable>
           
 

Uses of PortalCacheManager in com.liferay.portal.resiliency.spi.cache
 

Methods in com.liferay.portal.resiliency.spi.cache that return PortalCacheManager
static
<K extends Serializable,V extends Serializable>
PortalCacheManager<K,V>
SPIPortalCacheManagerConfigurator.createSPIPortalCacheManager(PortalCacheManager<K,V> portalCacheManager)
           
 

Methods in com.liferay.portal.resiliency.spi.cache with parameters of type PortalCacheManager
static
<K extends Serializable,V extends Serializable>
PortalCacheManager<K,V>
SPIPortalCacheManagerConfigurator.createSPIPortalCacheManager(PortalCacheManager<K,V> portalCacheManager)
           
 


Liferay 7.0-ce-m3