Liferay 6.2.0

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

Packages that use PortalCache
com.liferay.portal.kernel.cache   
com.liferay.portal.kernel.cache.index   
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.nio.intraband.cache   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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
abstract  PortalCache<K,V> PortalCacheManager.getCache(String name)
           
abstract  PortalCache<? extends Serializable,? extends Serializable> MultiVMPool.getCache(String name)
           
abstract  PortalCache<? extends Serializable,?> SingleVMPool.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)
           
abstract  PortalCache<K,V> PortalCacheManager.getCache(String name, boolean blocking)
           
abstract  PortalCache<? extends Serializable,? extends Serializable> MultiVMPool.getCache(String name, boolean blocking)
           
abstract  PortalCache<? extends Serializable,?> SingleVMPool.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
abstract  void CacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value)
           
abstract  void CacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value)
           
abstract  void CacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value)
           
abstract  void CacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value)
           
abstract  void CacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value)
           
abstract  void CacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
static
<K extends Serializable,V>
void
PortalCacheMapSynchronizeUtil.synchronize(PortalCache<K,V> portalCache, Map<? extends K,? extends V> map, PortalCacheMapSynchronizeUtil.Synchronizer<K,V> synchronizer)
           
 

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

Constructors in com.liferay.portal.kernel.cache.index with parameters of type PortalCache
PortalCacheIndexer(IndexEncoder<I,K> indexEncoder, PortalCache<K,V> portalCache)
           
 

Uses of PortalCache in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return PortalCache
static PortalCache<Serializable,Serializable> EntityCacheUtil.getPortalCache(Class<?> clazz)
           
abstract  PortalCache<Serializable,Serializable> EntityCache.getPortalCache(Class<?> clazz)
           
 

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)
           
 

Uses of PortalCache in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement PortalCache
protected static class CachelessTableMapperImpl.DummyPortalCache
           
 

Fields in com.liferay.portal.service.persistence.impl declared as PortalCache
protected  PortalCache<Long,long[]> TableMapperImpl.leftToRightPortalCache
           
protected  PortalCache<Long,long[]> TableMapperImpl.rightToLeftPortalCache
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type PortalCache
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<T extends BaseModel<T>>
List<T>
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator obc)
           
protected static long[] TableMapperImpl.getPrimaryKeys(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, boolean updateCache)
           
 


Liferay 6.2.0