|
Liferay 7.0-ce-a2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalCache | |
|---|---|
| com.liferay.portal.cache | |
| com.liferay.portal.cache.mvcc | |
| com.liferay.portal.cache.test | |
| com.liferay.portal.kernel.cache | |
| com.liferay.portal.kernel.cache.index | |
| com.liferay.portal.kernel.cache.transactional | |
| com.liferay.portal.kernel.dao.orm | |
| com.liferay.portal.nio.intraband.cache | |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| com.liferay.portal.template | |
| Uses of PortalCache in com.liferay.portal.cache |
|---|
| Classes in com.liferay.portal.cache that implement PortalCache | |
|---|---|
class |
DummyPortalCache<K extends Serializable,V>
|
| Uses of PortalCache in com.liferay.portal.cache.mvcc |
|---|
| Classes in com.liferay.portal.cache.mvcc that implement PortalCache | |
|---|---|
class |
MVCCPortalCache<K extends Serializable,V extends MVCCModel>
|
| Methods in com.liferay.portal.cache.mvcc that return PortalCache | ||
|---|---|---|
static
|
MVCCPortalCacheFactory.createMVCCEhcachePortalCache(PortalCache<K,?> portalCache)
|
|
| Methods in com.liferay.portal.cache.mvcc with parameters of type PortalCache | ||
|---|---|---|
static
|
MVCCPortalCacheFactory.createMVCCEhcachePortalCache(PortalCache<K,?> portalCache)
|
|
| Uses of PortalCache in com.liferay.portal.cache.test |
|---|
| Classes in com.liferay.portal.cache.test that implement PortalCache | |
|---|---|
class |
TestPortalCache<K extends Serializable,V>
|
| Methods in com.liferay.portal.cache.test that return PortalCache | |
|---|---|
protected PortalCache<K,V> |
TestPortalCacheManager.createPortalCache(PortalCacheConfiguration portalCacheConfiguration)
|
| Methods in com.liferay.portal.cache.test with parameters of type PortalCache | |
|---|---|
void |
TestPortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
TestPortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
TestPortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
TestPortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
TestPortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
TestPortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
|
| Uses of PortalCache in com.liferay.portal.kernel.cache |
|---|
| Subinterfaces of PortalCache in com.liferay.portal.kernel.cache | |
|---|---|
interface |
LowLevelCache<K extends Serializable,V>
|
| Classes in com.liferay.portal.kernel.cache that implement PortalCache | |
|---|---|
class |
AbstractPortalCache<K extends Serializable,V>
|
class |
BlockingPortalCache<K extends Serializable,V>
|
class |
PortalCacheWrapper<K extends Serializable,V>
|
| Fields in com.liferay.portal.kernel.cache declared as PortalCache | |
|---|---|
protected PortalCache<K,V> |
PortalCacheWrapper.portalCache
|
| Fields in com.liferay.portal.kernel.cache with type parameters of type PortalCache | |
|---|---|
protected ConcurrentMap<String,PortalCache<K,V>> |
AbstractPortalCacheManager.portalCaches
|
| Methods in com.liferay.portal.kernel.cache that return PortalCache | ||
|---|---|---|
protected abstract PortalCache<K,V> |
AbstractPortalCacheManager.createPortalCache(PortalCacheConfiguration portalCacheConfiguration)
|
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by SingleVMPool.getPortalCache(String) |
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by MultiVMPool.getPortalCache(String) |
|
static
|
SingleVMPoolUtil.getCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by SingleVMPoolUtil.getPortalCache(String) |
|
static
|
MultiVMPoolUtil.getCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by MultiVMPoolUtil.getPortalCache(String) |
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String portalCacheName,
boolean blocking)
Deprecated. As of 7.0.0, replaced by SingleVMPool.getPortalCache(String,
boolean) |
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String portalCacheName,
boolean blocking)
Deprecated. As of 7.0.0, replaced by MultiVMPool.getPortalCache(String,
boolean) |
|
static
|
SingleVMPoolUtil.getCache(String portalCacheName,
boolean blocking)
Deprecated. As of 7.0.0, replaced by SingleVMPoolUtil.getPortalCache(String,
boolean) |
|
static
|
MultiVMPoolUtil.getCache(String portalCacheName,
boolean blocking)
Deprecated. As of 7.0.0, replaced by MultiVMPoolUtil.getPortalCache(String,
boolean) |
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getPortalCache(String portalCacheName)
|
|
PortalCache<K,V> |
AbstractPortalCacheManager.getPortalCache(String portalCacheName)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getPortalCache(String portalCacheName)
|
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName)
|
|
static
|
SingleVMPoolUtil.getPortalCache(String portalCacheName)
|
|
static
|
MultiVMPoolUtil.getPortalCache(String portalCacheName)
|
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getPortalCache(String portalCacheName,
boolean blocking)
|
|
PortalCache<K,V> |
AbstractPortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getPortalCache(String portalCacheName,
boolean blocking)
|
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking)
|
|
static
|
SingleVMPoolUtil.getPortalCache(String portalCacheName,
boolean blocking)
|
|
static
|
MultiVMPoolUtil.getPortalCache(String portalCacheName,
boolean blocking)
|
|
PortalCache<K,V> |
PortalCacheWrapper.getWrappedPortalCache()
|
|
| Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache | ||
|---|---|---|
void |
AggregatedPortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
PortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
AggregatedPortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
PortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
AggregatedPortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
PortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
AggregatedPortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
PortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
AggregatedPortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
PortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
void |
AggregatedPortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
|
|
void |
PortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
|
|
static
|
PortalCacheHelperUtil.putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value)
|
|
static
|
PortalCacheHelperUtil.putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
|
static void |
PortalCacheHelperUtil.removeAllWithoutReplicator(PortalCache<?,?> portalCache)
|
|
static
|
PortalCacheHelperUtil.removeWithoutReplicator(PortalCache<K,?> portalCache,
K key)
|
|
void |
PortalCacheWrapper.setPortalCache(PortalCache<K,V> portalCache)
|
|
static
|
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)
|
|
PortalCacheWrapper(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.cache.transactional |
|---|
| Classes in com.liferay.portal.kernel.cache.transactional that implement PortalCache | |
|---|---|
class |
TransactionalPortalCache<K extends Serializable,V>
|
| Methods in com.liferay.portal.kernel.cache.transactional with parameters of type PortalCache | ||
|---|---|---|
protected static
|
TransactionalPortalCacheHelper.get(PortalCache<K,V> portalCache,
K key)
|
|
protected static
|
TransactionalPortalCacheHelper.put(PortalCache<K,V> portalCache,
K key,
V value,
int ttl)
|
|
protected static
|
TransactionalPortalCacheHelper.removeAll(PortalCache<K,V> portalCache)
|
|
| Constructors in com.liferay.portal.kernel.cache.transactional with parameters of type PortalCache | |
|---|---|
TransactionalPortalCache(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)
|
PortalCache<Serializable,Serializable> |
EntityCache.getPortalCache(Class<?> clazz)
|
| Uses of PortalCache in com.liferay.portal.nio.intraband.cache |
|---|
| Methods in com.liferay.portal.nio.intraband.cache that return PortalCache | |
|---|---|
PortalCache<K,V> |
BaseIntrabandPortalCacheManager.getPortalCache(String portalCacheName)
|
PortalCache<K,V> |
BaseIntrabandPortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking)
|
| Methods in com.liferay.portal.nio.intraband.cache that return types with arguments of type PortalCache | |
|---|---|
static Class<? extends PortalCache<?,?>> |
BaseIntrabandPortalCacheManager.getPortalCacheStubClass()
|
| 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
|
| Methods in com.liferay.portal.service.persistence.impl that return PortalCache | |
|---|---|
protected PortalCache<Long,long[]> |
CachelessTableMapperImpl.getLeftToRightPortalCache(long companyId)
|
protected PortalCache<Long,long[]> |
TableMapperImpl.getLeftToRightPortalCache(long companyId)
|
protected PortalCache<Long,long[]> |
CachelessTableMapperImpl.getRightToLeftPortalCache(long companyId)
|
protected PortalCache<Long,long[]> |
TableMapperImpl.getRightToLeftPortalCache(long companyId)
|
| 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 companyId,
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 companyId,
long masterPrimaryKey)
|
|
protected static
|
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long companyId,
long masterPrimaryKey,
BasePersistence<T> slaveBasePersistence,
int start,
int end,
OrderByComparator<T> obc)
|
|
protected static long[] |
TableMapperImpl.getPrimaryKeys(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long companyId,
long masterPrimaryKey,
boolean updateCache)
|
|
| Uses of PortalCache in com.liferay.portal.template |
|---|
| Methods in com.liferay.portal.template with parameters of type PortalCache | |
|---|---|
void |
TemplateResourcePortalCacheListener.notifyEntryEvicted(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryExpired(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryPut(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryRemoved(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryUpdated(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyRemoveAll(PortalCache<String,TemplateResource> portalCache)
|
|
Liferay 7.0-ce-a2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||