Liferay 6.0-ee

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.kernel.cache   
com.liferay.portlet.journalcontent.util   
 

Uses of PortalCache in com.liferay.portal.cache
 

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

Methods in com.liferay.portal.cache with parameters of type PortalCache
 Object SingleVMPoolImpl.get(PortalCache portalCache, String key)
          Deprecated.  
 Object MultiVMPoolImpl.get(PortalCache portalCache, String key)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
 void MultiVMPoolImpl.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Object obj, int timeToLive)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
 void MultiVMPoolImpl.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Serializable obj, int timeToLive)
          Deprecated.  
 void SingleVMPoolImpl.remove(PortalCache portalCache, String key)
          Deprecated.  
 void MultiVMPoolImpl.remove(PortalCache portalCache, String key)
          Deprecated.  
 

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

Classes in com.liferay.portal.cache.ehcache that implement PortalCache
 class EhcachePortalCache
           
 

Methods in com.liferay.portal.cache.ehcache that return PortalCache
 PortalCache EhcachePortalCacheManager.getCache(String name)
           
 PortalCache EhcachePortalCacheManager.getCache(String name, boolean blocking)
           
 

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

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

Methods in com.liferay.portal.cache.memcached that return PortalCache
 PortalCache PooledMemcachePortalCacheManager.getCache(String name)
           
 PortalCache MemcachePortalCacheManager.getCache(String name)
           
 PortalCache PooledMemcachePortalCacheManager.getCache(String name, boolean blocking)
           
 PortalCache 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
           
 

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

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

Classes in com.liferay.portal.kernel.cache that implement PortalCache
 class BasePortalCache
           
 class BlockingPortalCache
           
 

Methods in com.liferay.portal.kernel.cache that return PortalCache
static PortalCache SingleVMPoolUtil.getCache(String name)
           
 PortalCache SingleVMPool.getCache(String name)
           
 PortalCache PortalCacheManager.getCache(String name)
           
static PortalCache MultiVMPoolUtil.getCache(String name)
           
 PortalCache MultiVMPool.getCache(String name)
           
static PortalCache SingleVMPoolUtil.getCache(String name, boolean blocking)
           
 PortalCache SingleVMPool.getCache(String name, boolean blocking)
           
 PortalCache PortalCacheManager.getCache(String name, boolean blocking)
           
static PortalCache MultiVMPoolUtil.getCache(String name, boolean blocking)
           
 PortalCache MultiVMPool.getCache(String name, boolean blocking)
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache
static Object SingleVMPoolUtil.get(PortalCache portalCache, String key)
          Deprecated.  
 Object SingleVMPool.get(PortalCache portalCache, String key)
          Deprecated.  
static Object MultiVMPoolUtil.get(PortalCache portalCache, String key)
          Deprecated.  
 Object MultiVMPool.get(PortalCache portalCache, String key)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
static void MultiVMPoolUtil.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
 void MultiVMPool.put(PortalCache portalCache, String key, Object obj)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Object obj, int timeToLive)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Object obj, int timeToLive)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
static void MultiVMPoolUtil.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
 void MultiVMPool.put(PortalCache portalCache, String key, Serializable obj)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Serializable obj, int timeToLive)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Serializable obj, int timeToLive)
          Deprecated.  
static void SingleVMPoolUtil.remove(PortalCache portalCache, String key)
          Deprecated.  
 void SingleVMPool.remove(PortalCache portalCache, String key)
          Deprecated.  
static void MultiVMPoolUtil.remove(PortalCache portalCache, String key)
          Deprecated.  
 void MultiVMPool.remove(PortalCache portalCache, String key)
          Deprecated.  
 

Constructors in com.liferay.portal.kernel.cache with parameters of type PortalCache
BlockingPortalCache(PortalCache portalCache)
           
 

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

Fields in com.liferay.portlet.journalcontent.util declared as PortalCache
protected static PortalCache JournalContentImpl.portalCache
           
 


Liferay 6.0-ee