|
Liferay 6.2-ce-ga3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalCache | |
|---|---|
| com.liferay.portal.kernel.cache | |
| 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 | ||
|---|---|---|
PortalCache<K,V> |
PortalCacheManager.getCache(String name)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String name)
|
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String name)
|
|
static
|
SingleVMPoolUtil.getCache(String name)
|
|
static
|
MultiVMPoolUtil.getCache(String name)
|
|
PortalCache<K,V> |
PortalCacheManager.getCache(String name,
boolean blocking)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String name,
boolean blocking)
|
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String name,
boolean blocking)
|
|
static
|
SingleVMPoolUtil.getCache(String name,
boolean blocking)
|
|
static
|
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.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 |
|---|
| 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
|
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
|
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
|
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-ce-ga3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||