Package de.hybris.platform.util
Class IsItemAliveCheckUnit
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.util.IsItemAliveCheckUnit
-
- All Implemented Interfaces:
CacheValueLoader
public class IsItemAliveCheckUnit extends AbstractCacheUnit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IsItemAliveCheckUnit.ItemAliveInvalidationListener
-
Field Summary
-
Fields inherited from class de.hybris.platform.cache.AbstractCacheUnit
cacheKey, INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
compute()
static java.lang.Object[]
createItemKey(PK pk)
java.lang.Object[]
createKey()
-
Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
addedToCacheBeforeComputation, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKey, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, load, removedFromCache, toString, useCache
-
-
-
-
Method Detail
-
createKey
public java.lang.Object[] createKey()
- Specified by:
createKey
in classAbstractCacheUnit
-
createItemKey
public static final java.lang.Object[] createItemKey(PK pk)
-
compute
public final java.lang.Object compute()
- Specified by:
compute
in classAbstractCacheUnit
-
-