Liferay 6.1.2-ce-ga3

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.keypool   
com.liferay.portal.cache.memcached   
com.liferay.portal.cache.memory   
com.liferay.portal.cache.transactional   
com.liferay.portal.freemarker   
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 value)
          Deprecated.  
 void MultiVMPoolImpl.put(PortalCache portalCache, String key, Object value)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Object value, int timeToLive)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
 void MultiVMPoolImpl.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
 void SingleVMPoolImpl.put(PortalCache portalCache, String key, Serializable value, 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
protected  PortalCache EhcachePortalCacheManager.addCache(String name, net.sf.ehcache.Cache cache)
           
 PortalCache EhcachePortalCacheManager.getCache(String name)
           
 PortalCache EhcachePortalCacheManager.getCache(String name, boolean blocking)
           
 

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

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

Classes in com.liferay.portal.cache.keypool that implement PortalCache
 class MultiVMKeyPoolPortalCache
           
 

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

Methods in com.liferay.portal.cache.keypool with parameters of type PortalCache
 void MultiVMKeyPoolCacheListener.notifyEntryEvicted(PortalCache portalCache, Serializable key, Object value)
           
 void MultiVMKeyPoolCacheListener.notifyEntryExpired(PortalCache portalCache, Serializable key, Object value)
           
 void MultiVMKeyPoolCacheListener.notifyEntryPut(PortalCache portalCache, Serializable key, Object value)
           
 void MultiVMKeyPoolCacheListener.notifyEntryRemoved(PortalCache portalCache, Serializable key, Object value)
           
 void MultiVMKeyPoolCacheListener.notifyEntryUpdated(PortalCache portalCache, Serializable key, Object value)
           
 void MultiVMKeyPoolCacheListener.notifyRemoveAll(PortalCache portalCache)
           
 

Constructors in com.liferay.portal.cache.keypool with parameters of type PortalCache
MultiVMKeyPoolCacheListener(PortalCache localPortalCache)
           
MultiVMKeyPoolPortalCache(PortalCache clusterPortalCache, PortalCache localPortalCache)
           
 

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.cache.transactional
 

Classes in com.liferay.portal.cache.transactional that implement PortalCache
 class TransactionalPortalCache
           
 

Methods in com.liferay.portal.cache.transactional with parameters of type PortalCache
protected static Object TransactionalPortalCacheHelper.get(PortalCache portalCache, Serializable key)
           
protected static void TransactionalPortalCacheHelper.put(PortalCache portalCache, Serializable key, Object value)
           
protected static void TransactionalPortalCacheHelper.removeAll(PortalCache portalCache)
           
 

Constructors in com.liferay.portal.cache.transactional with parameters of type PortalCache
TransactionalPortalCache(PortalCache portalCache)
           
 

Uses of PortalCache in com.liferay.portal.freemarker
 

Methods in com.liferay.portal.freemarker that return PortalCache
static PortalCache LiferayCacheStorage.getPortalCache()
           
 

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

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

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

Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache
 Object SingleVMPool.get(PortalCache portalCache, String key)
          Deprecated.  
static Object MultiVMPoolUtil.get(PortalCache portalCache, String key)
          Deprecated.  
static Object SingleVMPoolUtil.get(PortalCache portalCache, String key)
          Deprecated.  
 Object MultiVMPool.get(PortalCache portalCache, String key)
          Deprecated.  
 void CacheListener.notifyEntryEvicted(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryExpired(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryPut(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryRemoved(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryUpdated(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyRemoveAll(PortalCache portalCache)
           
 void SingleVMPool.put(PortalCache portalCache, String key, Object value)
          Deprecated.  
static void MultiVMPoolUtil.put(PortalCache portalCache, String key, Object value)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Object value)
          Deprecated.  
 void MultiVMPool.put(PortalCache portalCache, String key, Object value)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Object value, int timeToLive)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Object value, int timeToLive)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
static void MultiVMPoolUtil.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
 void MultiVMPool.put(PortalCache portalCache, String key, Serializable value)
          Deprecated.  
 void SingleVMPool.put(PortalCache portalCache, String key, Serializable value, int timeToLive)
          Deprecated.  
static void SingleVMPoolUtil.put(PortalCache portalCache, String key, Serializable value, int timeToLive)
          Deprecated.  
 void SingleVMPool.remove(PortalCache portalCache, String key)
          Deprecated.  
static void MultiVMPoolUtil.remove(PortalCache portalCache, String key)
          Deprecated.  
static void SingleVMPoolUtil.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.1.2-ce-ga3