Uses of Interface
com.liferay.portal.kernel.cache.PortalCache
Packages that use PortalCache
Package
Description
-
Uses of PortalCache in com.liferay.portal.kernel.cache
Classes in com.liferay.portal.kernel.cache that implement PortalCacheMethods in com.liferay.portal.kernel.cache that return PortalCacheModifier and TypeMethodDescriptionDynamicPortalCacheManager.fetchPortalCache
(String portalCacheName) PortalCacheManager.fetchPortalCache
(String portalCacheName) DynamicPortalCacheManager.getPortalCache
(String portalCacheName) DynamicPortalCacheManager.getPortalCache
(String portalCacheName, boolean mvcc) DynamicPortalCacheManager.getPortalCache
(String portalCacheName, boolean mvcc, boolean sharded) PortalCache<? extends Serializable,
? extends Serializable> MultiVMPool.getPortalCache
(String portalCacheName) PortalCache<? extends Serializable,
? extends Serializable> MultiVMPool.getPortalCache
(String portalCacheName, boolean mvcc) PortalCache<? extends Serializable,
? extends Serializable> MultiVMPool.getPortalCache
(String portalCacheName, boolean mvcc, boolean sharded) static <K extends Serializable,
V>
PortalCache<K,V> PortalCacheHelperUtil.getPortalCache
(String portalCacheManagerName, String portalCacheName) static <K extends Serializable,
V>
PortalCache<K,V> PortalCacheHelperUtil.getPortalCache
(String portalCacheManagerName, String portalCacheName, boolean mvcc) static <K extends Serializable,
V>
PortalCache<K,V> PortalCacheHelperUtil.getPortalCache
(String portalCacheManagerName, String portalCacheName, boolean mvcc, boolean sharded) PortalCacheManager.getPortalCache
(String portalCacheName) PortalCacheManager.getPortalCache
(String portalCacheName, boolean mvcc) PortalCacheManager.getPortalCache
(String portalCacheName, boolean mvcc, boolean sharded) PortalCache<? extends Serializable,
?> SingleVMPool.getPortalCache
(String portalCacheName) Methods in com.liferay.portal.kernel.cache with parameters of type PortalCacheModifier and TypeMethodDescriptionvoid
PortalCacheListener.notifyEntryEvicted
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryExpired
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryPut
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryRemoved
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryUpdated
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyRemoveAll
(PortalCache<K, V> portalCache) static <K extends Serializable,
V>
voidPortalCacheHelperUtil.putWithoutReplicator
(PortalCache<K, V> portalCache, K key, V value) static <K extends Serializable,
V>
voidPortalCacheHelperUtil.putWithoutReplicator
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) static void
PortalCacheHelperUtil.removeAllWithoutReplicator
(PortalCache<?, ?> portalCache) static <K extends Serializable>
voidPortalCacheHelperUtil.removeWithoutReplicator
(PortalCache<K, ?> portalCache, K key) protected void
DynamicPortalCache.setPortalCache
(PortalCache<K, V> portalCache) static <K extends Serializable,
V>
voidPortalCacheMapSynchronizeUtil.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 PortalCacheModifierConstructorDescriptionDynamicPortalCache
(PortalCacheManager<K, V> portalCacheManager, PortalCache<K, V> portalCache, String portalCacheName, boolean mvcc, boolean sharded) -
Uses of PortalCache in com.liferay.portal.kernel.cache.index
Constructors in com.liferay.portal.kernel.cache.index with parameters of type PortalCacheModifierConstructorDescriptionPortalCacheIndexer
(IndexEncoder<I, K> indexEncoder, PortalCache<K, V> portalCache) -
Uses of PortalCache in com.liferay.portal.kernel.cache.transactional
Methods in com.liferay.portal.kernel.cache.transactional with parameters of type PortalCacheModifier and TypeMethodDescriptionstatic <K extends Serializable,
V>
VTransactionalPortalCacheUtil.get
(PortalCache<K, V> portalCache, K key) static <K extends Serializable,
V>
voidTransactionalPortalCacheUtil.put
(PortalCache<K, V> portalCache, K key, V value, int ttl, boolean mvcc) static <K extends Serializable,
V>
voidTransactionalPortalCacheUtil.removeAll
(PortalCache<K, V> portalCache, boolean mvcc) -
Uses of PortalCache in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that return PortalCacheModifier and TypeMethodDescriptionEntityCache.getPortalCache
(Class<?> clazz) static PortalCache<Serializable,
Serializable> EntityCacheUtil.getPortalCache
(Class<?> clazz) -
Uses of PortalCache in com.liferay.portal.kernel.internal.cache
Classes in com.liferay.portal.kernel.internal.cache that implement PortalCache -
Uses of PortalCache in com.liferay.portal.kernel.internal.service.persistence
Fields in com.liferay.portal.kernel.internal.service.persistence declared as PortalCacheModifier and TypeFieldDescriptionprotected final PortalCache<Long,
long[]> TableMapperImpl.leftToRightPortalCache
protected final PortalCache<Long,
long[]> TableMapperImpl.rightToLeftPortalCache
Methods in com.liferay.portal.kernel.internal.service.persistence with parameters of type PortalCacheModifier and TypeMethodDescriptionTableMapperImpl.deleteTableMappings
(Class<M> masterModelClass, Class<S> slaveModelClass, PortalCache<Long, long[]> masterToSlavePortalCache, PortalCache<Long, long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey) TableMapperImpl.getBaseModels
(PortalCache<Long, long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> orderByComparator) protected static long[]
TableMapperImpl.getPrimaryKeys
(PortalCache<Long, long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, boolean updateCache)