Liferay 6.2.0-ce-m1

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

Packages that use PortalCache
com.liferay.portal.cache   
com.liferay.portal.cache.ehcache   
com.liferay.portal.cache.memcached   
com.liferay.portal.cache.memory   
com.liferay.portal.cache.transactional   
com.liferay.portal.kernel.cache   
com.liferay.portal.template   
com.liferay.portlet.journalcontent.util   
 

Uses of PortalCache in com.liferay.portal.cache
 

Methods in com.liferay.portal.cache that return PortalCache
 PortalCache<? extends Serializable,?> SingleVMPoolImpl.getCache(String name)
           
 PortalCache<? extends Serializable,? extends Serializable> MultiVMPoolImpl.getCache(String name)
           
 PortalCache<? extends Serializable,?> SingleVMPoolImpl.getCache(String name, boolean blocking)
           
 PortalCache<? extends Serializable,? extends Serializable> MultiVMPoolImpl.getCache(String name, boolean blocking)
           
 

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

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

Methods in com.liferay.portal.cache.ehcache that return PortalCache
protected  PortalCache<K,V> EhcachePortalCacheManager.addCache(String name, net.sf.ehcache.Cache cache)
           
 PortalCache<K,V> EhcachePortalCacheManager.getCache(String name)
           
 PortalCache<K,V> EhcachePortalCacheManager.getCache(String name, boolean blocking)
           
 

Constructors in com.liferay.portal.cache.ehcache with parameters of type PortalCache
PortalCacheCacheEventListener(CacheListener<K,V> cacheListener, PortalCache<K,V> portalCache)
           
 

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

Classes in com.liferay.portal.cache.memcached that implement PortalCache
 class MemcachePortalCache<V>
           
 class PooledMemcachePortalCache<V>
           
 

Methods in com.liferay.portal.cache.memcached that return PortalCache
 PortalCache<String,V> PooledMemcachePortalCacheManager.getCache(String name)
           
 PortalCache<String,V> MemcachePortalCacheManager.getCache(String name)
           
 PortalCache<String,V> PooledMemcachePortalCacheManager.getCache(String name, boolean blocking)
           
 PortalCache<String,V> MemcachePortalCacheManager.getCache(String name, boolean blocking)
           
 

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

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

Methods in com.liferay.portal.cache.memory that return PortalCache
 PortalCache<K,V> MemoryPortalCacheManager.getCache(String name)
           
 PortalCache<K,V> MemoryPortalCacheManager.getCache(String name, boolean blocking)
           
 

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

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

Methods in com.liferay.portal.cache.transactional with parameters of type PortalCache
protected static
<K extends Serializable,V>
V
TransactionalPortalCacheHelper.get(PortalCache<K,V> portalCache, K key)
           
protected static
<K extends Serializable,V>
void
TransactionalPortalCacheHelper.put(PortalCache<K,V> portalCache, K key, V value)
           
protected static
<K extends Serializable,V>
void
TransactionalPortalCacheHelper.remove(PortalCache<K,V> portalCache, K key)
           
protected static
<K extends Serializable,V>
void
TransactionalPortalCacheHelper.removeAll(PortalCache<K,V> portalCache)
           
 

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

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.template
 

Methods in com.liferay.portal.template with parameters of type PortalCache
 void TemplateResourceCacheListener.notifyEntryEvicted(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource)
           
 void TemplateResourceCacheListener.notifyEntryExpired(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource)
           
 void TemplateResourceCacheListener.notifyEntryPut(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource)
           
 void TemplateResourceCacheListener.notifyEntryRemoved(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource)
           
 void TemplateResourceCacheListener.notifyEntryUpdated(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource)
           
 void TemplateResourceCacheListener.notifyRemoveAll(PortalCache<String,TemplateResource> portalCache)
           
 

Uses of PortalCache in com.liferay.portlet.journalcontent.util
 

Fields in com.liferay.portlet.journalcontent.util declared as PortalCache
protected static PortalCache<String,JournalArticleDisplay> JournalContentImpl.portalCache
           
 


Liferay 6.2.0-ce-m1