| Methods in com.liferay.portal.kernel.cache that return PortalCache |
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<? 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<? 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)
|
| Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache |
void |
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
|
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)
|
static
|
PortalCacheMapSynchronizeUtil.synchronize(PortalCache<K,V> portalCache,
Map<? extends K,? extends V> map,
PortalCacheMapSynchronizeUtil.Synchronizer<K,V> synchronizer)
|
| 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<T> obc)
|
protected static long[] |
TableMapperImpl.getPrimaryKeys(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long masterPrimaryKey,
boolean updateCache)
|
| 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)
|