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 classCustomCacheUnitMethods in de.hybris.platform.cache that return AbstractCacheUnit Modifier and Type Method Description AbstractCacheUnitCache. 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 elementsAbstractCacheUnitCache. getOrAddUnit(AbstractCacheUnit unit)gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeExceptionAbstractCacheUnitTransactionAwareCache. getOrAddUnit(AbstractCacheUnit cacheUnit)AbstractCacheUnitCache. getUnit(AbstractCacheUnit unit)AbstractCacheUnitTransactionAwareCache. 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 AbstractCacheUnitCache. getOrAddUnit(AbstractCacheUnit unit)gets value stored in the cache or loads it.
Throws exception wrapped into RuntimeExceptionAbstractCacheUnitTransactionAwareCache. getOrAddUnit(AbstractCacheUnit cacheUnit)AbstractCacheUnitCache. getUnit(AbstractCacheUnit unit)AbstractCacheUnitTransactionAwareCache. getUnit(AbstractCacheUnit cacheUnit)voidTransactionAwareCache. invalidate(AbstractCacheUnit cacheUnit, int invalidationType)booleanTransactionAwareCache. isForceExclusiveComputation(AbstractCacheUnit cacheUnit)voidBaseCacheYFastFIFOMapStub. processDisplacedEntry(java.lang.Object key, AbstractCacheUnit value)voidCache. removeUnit(AbstractCacheUnit unit)Removes a cache unit from this cache.voidTransactionAwareCache. 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 classAnonymousCacheUnitclassCustomCacheUnitMethods in de.hybris.platform.cache.impl that return AbstractCacheUnit Modifier and Type Method Description AbstractCacheUnitDefaultCache. 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 elementsAbstractCacheUnitRegionCacheAdapter. getAbstractCacheUnit(java.lang.String firstKeyElement, java.lang.String secondKeyElement, java.lang.String thirdKeyElement, PK fourthKeyElement)AbstractCacheUnitDefaultCache. getOrAddUnit(AbstractCacheUnit unit)AbstractCacheUnitRegionCacheAdapter. getOrAddUnit(AbstractCacheUnit unit)Invokes de.hybris.platform.regioncache.CachegetController().getOrAddUnit()AbstractCacheUnitDefaultCache. getOrAddUnitInternal(AbstractCacheUnit unit, java.util.concurrent.locks.ReadWriteLock rwLock)AbstractCacheUnitDefaultCache. getUnit(AbstractCacheUnit unit)AbstractCacheUnitRegionCacheAdapter. getUnit(AbstractCacheUnit unit)Methods in de.hybris.platform.cache.impl with parameters of type AbstractCacheUnit Modifier and Type Method Description AbstractCacheUnitDefaultCache. getOrAddUnit(AbstractCacheUnit unit)AbstractCacheUnitRegionCacheAdapter. getOrAddUnit(AbstractCacheUnit unit)Invokes de.hybris.platform.regioncache.CachegetController().getOrAddUnit()AbstractCacheUnitDefaultCache. getOrAddUnitInternal(AbstractCacheUnit unit, java.util.concurrent.locks.ReadWriteLock rwLock)AbstractCacheUnitDefaultCache. getUnit(AbstractCacheUnit unit)AbstractCacheUnitRegionCacheAdapter. getUnit(AbstractCacheUnit unit)voidAbstractBaseCacheMap. processDisplacedEntry(K key, AbstractCacheUnit unit)voidBaseCacheYFastFIFOMap. processDisplacedEntry(java.lang.Object key, AbstractCacheUnit value)voidDefaultCache. removeUnit(AbstractCacheUnit unit)Removes a cache unit from this cache.voidRegionCacheAdapter. 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 classWrapperFactory.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 classDefaultSLDDataContainerProvider.SLDItemBulkLoadUnitstatic classDefaultSLDDataContainerProvider.SLDItemLoadUnit -
Uses of AbstractCacheUnit in de.hybris.platform.jalo
Subclasses of AbstractCacheUnit in de.hybris.platform.jalo Modifier and Type Class Description classJaloItemCacheUnitCache unit holding one jalo item object.classJaloTypeCacheUnitCache 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 classGenericBMPBean.GenericItemEntityStateCacheUnit -
Uses of AbstractCacheUnit in de.hybris.platform.persistence.hjmp
Subclasses of AbstractCacheUnit in de.hybris.platform.persistence.hjmp Modifier and Type Class Description classFinderResulta 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 classAbstractRegioncacheRegistrableUnitDeprecated.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 classSLDPermissionManagementStrategy.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 voidTransaction. invalidate(AbstractCacheUnit unit, int invalidationType)voidTransaction. invalidate(AbstractCacheUnit unit, int invalidationType, boolean sendImmediately)booleanTransaction. useCache(AbstractCacheUnit cache)booleanDefaultTransaction. useCacheInternal(AbstractCacheUnit unit)protected abstract booleanTransaction. 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 classIsItemAliveCheckUnit
-