Liferay 6.2.0-ce-b2

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

Packages that use PortalCache
com.liferay.portal.kernel.cache   
com.liferay.portal.kernel.nio.intraband.cache   
 

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

Classes in com.liferay.portal.kernel.cache that implement PortalCache
 class BlockingPortalCache<K extends Serializable,V>
           
 

Methods in com.liferay.portal.kernel.cache that return PortalCache
 PortalCache<? extends Serializable,?> SingleVMPool.getCache(String name)
           
 PortalCache<K,V> PortalCacheManager.getCache(String name)
           
 PortalCache<? extends Serializable,? extends Serializable> MultiVMPool.getCache(String name)
           
static
<K extends Serializable,V>
PortalCache<K,V>
SingleVMPoolUtil.getCache(String name)
           
static
<K extends Serializable,V extends Serializable>
PortalCache<K,V>
MultiVMPoolUtil.getCache(String name)
           
 PortalCache<? extends Serializable,?> SingleVMPool.getCache(String name, boolean blocking)
           
 PortalCache<K,V> PortalCacheManager.getCache(String name, boolean blocking)
           
 PortalCache<? extends Serializable,? extends Serializable> MultiVMPool.getCache(String name, boolean blocking)
           
static
<K extends Serializable,V>
PortalCache<K,V>
SingleVMPoolUtil.getCache(String name, boolean blocking)
           
static
<K extends Serializable,V extends Serializable>
PortalCache<K,V>
MultiVMPoolUtil.getCache(String name, boolean blocking)
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache
 void CacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 

Constructors in com.liferay.portal.kernel.cache with parameters of type PortalCache
BlockingPortalCache(PortalCache<K,V> portalCache)
           
 

Uses of PortalCache in com.liferay.portal.kernel.nio.intraband.cache
 

Classes in com.liferay.portal.kernel.nio.intraband.cache that implement PortalCache
 class IntrabandPortalCache<K extends Serializable,V extends Serializable>
           
 

Methods in com.liferay.portal.kernel.nio.intraband.cache that return PortalCache
 PortalCache<K,V> IntrabandPortalCacheManager.getCache(String name)
           
 PortalCache<K,V> IntrabandPortalCacheManager.getCache(String name, boolean blocking)
           
 


Liferay 6.2.0-ce-b2