Liferay 6.1.2-ce-ga3

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

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

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)
           
 


Liferay 6.1.2-ce-ga3