| Modifier and Type | Class and Description |
|---|---|
class |
CustomCacheUnit |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
Cache.getAbstractCacheUnit(java.lang.String firstKeyElement,
java.lang.String secondKeyElement,
java.lang.String thirdKeyElement,
PK fourthKeyElement)
for performance optimizations: get a existing cache unit; the key of the cache unit must consist of exactly three
elements
|
AbstractCacheUnit |
Cache.getOrAddUnit(AbstractCacheUnit unit)
gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeException |
AbstractCacheUnit |
TransactionAwareCache.getOrAddUnit(AbstractCacheUnit cacheUnit) |
AbstractCacheUnit |
Cache.getUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
TransactionAwareCache.getUnit(AbstractCacheUnit cacheUnit) |
| Modifier and Type | Method and Description |
|---|---|
CacheValueLoader<? extends AbstractCacheUnit> |
AbstractCacheUnit.getLoader() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
Cache.getOrAddUnit(AbstractCacheUnit unit)
gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeException |
AbstractCacheUnit |
TransactionAwareCache.getOrAddUnit(AbstractCacheUnit cacheUnit) |
AbstractCacheUnit |
Cache.getUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
TransactionAwareCache.getUnit(AbstractCacheUnit cacheUnit) |
void |
TransactionAwareCache.invalidate(AbstractCacheUnit cacheUnit,
int invalidationType) |
boolean |
TransactionAwareCache.isForceExclusiveComputation(AbstractCacheUnit cacheUnit) |
void |
BaseCacheYFastFIFOMapStub.processDisplacedEntry(java.lang.Object key,
AbstractCacheUnit value) |
void |
Cache.removeUnit(AbstractCacheUnit unit)
Removes a cache unit from this cache.
|
void |
TransactionAwareCache.removeUnit(AbstractCacheUnit cacheUnit) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousCacheUnit |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
DefaultCache.getAbstractCacheUnit(java.lang.String firstKeyElement,
java.lang.String secondKeyElement,
java.lang.String thirdKeyElement,
PK fourthKeyElement)
for performance optimizations: get a existing cache unit; the key of the cache unit must consist of exactly three
elements
|
AbstractCacheUnit |
RegionCacheAdapter.getAbstractCacheUnit(java.lang.String firstKeyElement,
java.lang.String secondKeyElement,
java.lang.String thirdKeyElement,
PK fourthKeyElement) |
AbstractCacheUnit |
DefaultCache.getOrAddUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
RegionCacheAdapter.getOrAddUnit(AbstractCacheUnit unit)
Invokes de.hybris.platform.regioncache.CachegetController().getOrAddUnit()
|
AbstractCacheUnit |
DefaultCache.getOrAddUnitInternal(AbstractCacheUnit unit,
java.util.concurrent.locks.ReadWriteLock rwLock) |
AbstractCacheUnit |
DefaultCache.getUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
RegionCacheAdapter.getUnit(AbstractCacheUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
DefaultCache.getOrAddUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
RegionCacheAdapter.getOrAddUnit(AbstractCacheUnit unit)
Invokes de.hybris.platform.regioncache.CachegetController().getOrAddUnit()
|
AbstractCacheUnit |
DefaultCache.getOrAddUnitInternal(AbstractCacheUnit unit,
java.util.concurrent.locks.ReadWriteLock rwLock) |
AbstractCacheUnit |
DefaultCache.getUnit(AbstractCacheUnit unit) |
AbstractCacheUnit |
RegionCacheAdapter.getUnit(AbstractCacheUnit unit) |
void |
AbstractBaseCacheMap.processDisplacedEntry(K key,
AbstractCacheUnit unit) |
void |
BaseCacheYFastFIFOMap.processDisplacedEntry(java.lang.Object key,
AbstractCacheUnit value) |
void |
DefaultCache.removeUnit(AbstractCacheUnit unit)
Removes a cache unit from this cache.
|
void |
RegionCacheAdapter.removeUnit(AbstractCacheUnit unit)
Removes value from the cache
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
WrapperFactory.PrecomputedJaloItemCacheUnit |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit |
static class |
DefaultSLDDataContainerProvider.SLDItemLoadUnit |
| Modifier and Type | Class and Description |
|---|---|
class |
JaloItemCacheUnit
Cache unit holding one jalo item object.
|
class |
JaloTypeCacheUnit
Cache helper class to perform caching in Jalo.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericBMPBean.GenericItemEntityStateCacheUnit |
| Modifier and Type | Class and Description |
|---|---|
class |
FinderResult
a cacheable result of an ejbFind method
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegioncacheRegistrableUnit
Deprecated.
since 5.0 not used
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SLDPermissionManagementStrategy.AclCacheUnit |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.invalidate(AbstractCacheUnit unit,
int invalidationType) |
void |
Transaction.invalidate(AbstractCacheUnit unit,
int invalidationType,
boolean sendImmediately) |
boolean |
Transaction.useCache(AbstractCacheUnit cache) |
protected abstract boolean |
Transaction.useCacheInternal(AbstractCacheUnit cacheUnit)
by implementing this method subclasses can influence the result of
Transaction.useCache(AbstractCacheUnit) |
boolean |
DefaultTransaction.useCacheInternal(AbstractCacheUnit unit) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsItemAliveCheckUnit |
Copyright © 2018 SAP SE. All Rights Reserved.