Package de.hybris.platform.core
Class WrapperFactory.PrecomputedJaloItemCacheUnit
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.jalo.JaloItemCacheUnit
-
- de.hybris.platform.core.WrapperFactory.PrecomputedJaloItemCacheUnit
-
- All Implemented Interfaces:
CacheValueLoader
- Enclosing class:
- WrapperFactory
protected static class WrapperFactory.PrecomputedJaloItemCacheUnit extends JaloItemCacheUnit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItem.StillInCacheCallback.NotInTheCache
-
Field Summary
Fields Modifier and Type Field Description static de.hybris.platform.jalo.Item.StillInCacheCallbackNOT_IN_CACHE-
Fields inherited from class de.hybris.platform.cache.AbstractCacheUnit
cacheKey, INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrecomputedJaloItemCacheUnit(Cache cache, Item.ItemImpl itemImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item.ItemImplgetItemImpl()-
Methods inherited from class de.hybris.platform.jalo.JaloItemCacheUnit
addedToCacheBeforeComputation, createKey, getCached, getPk, invalidate, isStillInCache, removedFromCache, setCacheBoundFalse
-
Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKey, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, isCachingSupported, isValueKnown, load, toString, useCache
-
-
-
-
Constructor Detail
-
PrecomputedJaloItemCacheUnit
protected PrecomputedJaloItemCacheUnit(Cache cache, Item.ItemImpl itemImpl)
-
-
Method Detail
-
getItemImpl
protected Item.ItemImpl getItemImpl()
-
-