Uses of Class
de.hybris.platform.cache.AbstractCacheUnit
-
-
Uses of AbstractCacheUnit in de.hybris.platform.cache
Subclasses of AbstractCacheUnit in de.hybris.platform.cache Modifier and Type Class Description class
CustomCacheUnit
Methods in de.hybris.platform.cache that return AbstractCacheUnit Modifier and Type Method 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 elementsAbstractCacheUnit
Cache. getOrAddUnit(AbstractCacheUnit unit)
gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeExceptionAbstractCacheUnit
TransactionAwareCache. getOrAddUnit(AbstractCacheUnit cacheUnit)
AbstractCacheUnit
Cache. getUnit(AbstractCacheUnit unit)
AbstractCacheUnit
TransactionAwareCache. getUnit(AbstractCacheUnit cacheUnit)
Methods in de.hybris.platform.cache that return types with arguments of type AbstractCacheUnit Modifier and Type Method Description CacheValueLoader<? extends AbstractCacheUnit>
AbstractCacheUnit. getLoader()
Methods in de.hybris.platform.cache with parameters of type AbstractCacheUnit Modifier and Type Method Description AbstractCacheUnit
Cache. getOrAddUnit(AbstractCacheUnit unit)
gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeExceptionAbstractCacheUnit
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)
-
Uses of AbstractCacheUnit in de.hybris.platform.cache.impl
Subclasses of AbstractCacheUnit in de.hybris.platform.cache.impl Modifier and Type Class Description class
AnonymousCacheUnit
class
CustomCacheUnit
Methods in de.hybris.platform.cache.impl that return AbstractCacheUnit Modifier and Type Method 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 elementsAbstractCacheUnit
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)
Methods in de.hybris.platform.cache.impl with parameters of type AbstractCacheUnit Modifier and Type Method 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 -
Uses of AbstractCacheUnit in de.hybris.platform.core
Subclasses of AbstractCacheUnit in de.hybris.platform.core Modifier and Type Class Description protected static class
WrapperFactory.PrecomputedJaloItemCacheUnit
-
Uses of AbstractCacheUnit in de.hybris.platform.directpersistence.cache
Subclasses of AbstractCacheUnit in de.hybris.platform.directpersistence.cache Modifier and Type Class Description static class
DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit
static class
DefaultSLDDataContainerProvider.SLDItemLoadUnit
-
Uses of AbstractCacheUnit in de.hybris.platform.jalo
Subclasses of AbstractCacheUnit in de.hybris.platform.jalo Modifier and Type Class Description class
JaloItemCacheUnit
Cache unit holding one jalo item object.class
JaloTypeCacheUnit
Cache helper class to perform caching in Jalo. -
Uses of AbstractCacheUnit in de.hybris.platform.persistence
Subclasses of AbstractCacheUnit in de.hybris.platform.persistence Modifier and Type Class Description static class
GenericBMPBean.GenericItemEntityStateCacheUnit
-
Uses of AbstractCacheUnit in de.hybris.platform.persistence.hjmp
Subclasses of AbstractCacheUnit in de.hybris.platform.persistence.hjmp Modifier and Type Class Description class
FinderResult
a cacheable result of an ejbFind method -
Uses of AbstractCacheUnit in de.hybris.platform.regioncache.key.legacy
Subclasses of AbstractCacheUnit in de.hybris.platform.regioncache.key.legacy Modifier and Type Class Description class
AbstractRegioncacheRegistrableUnit
Deprecated.since 5.0 not used -
Uses of AbstractCacheUnit in de.hybris.platform.servicelayer.security.permissions.impl
Subclasses of AbstractCacheUnit in de.hybris.platform.servicelayer.security.permissions.impl Modifier and Type Class Description static class
SLDPermissionManagementStrategy.AclCacheUnit
-
Uses of AbstractCacheUnit in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type AbstractCacheUnit Modifier and Type Method Description void
Transaction. invalidate(AbstractCacheUnit unit, int invalidationType)
void
Transaction. invalidate(AbstractCacheUnit unit, int invalidationType, boolean sendImmediately)
boolean
Transaction. useCache(AbstractCacheUnit cache)
boolean
DefaultTransaction. useCacheInternal(AbstractCacheUnit unit)
protected abstract boolean
Transaction. useCacheInternal(AbstractCacheUnit cacheUnit)
by implementing this method subclasses can influence the result ofTransaction.useCache(AbstractCacheUnit)
-
Uses of AbstractCacheUnit in de.hybris.platform.util
Subclasses of AbstractCacheUnit in de.hybris.platform.util Modifier and Type Class Description class
IsItemAliveCheckUnit
-