Class AbstractRegioncacheRegistrableUnit
java.lang.Object
de.hybris.platform.cache.AbstractCacheUnit
de.hybris.platform.regioncache.key.legacy.AbstractRegioncacheRegistrableUnit
- All Implemented Interfaces:
CacheValueLoader,CacheKey,RegistrableCacheKey
@Deprecated(since="5.0",
forRemoval=true)
public abstract class AbstractRegioncacheRegistrableUnit
extends AbstractCacheUnit
implements RegistrableCacheKey
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 not used
Adds RegistrableCacheKey support to AbstractCacheUnit
-
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 -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.AbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant) Deprecated, for removal: This API element is subject to removal in a future version.AbstractRegioncacheRegistrableUnit(Cache cache, String tennantId) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectDeprecated, for removal: This API element is subject to removal in a future version.Gets code from typesystem.Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
addedToCacheBeforeComputation, compute, createKey, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKey, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, load, removedFromCache, toString, useCacheMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.regioncache.key.CacheKey
getCacheValueType, getTenantIdMethods inherited from interface de.hybris.platform.regioncache.key.RegistrableCacheKey
getDependentTypeGenerations, getDependentTypes, setDependentTypeGenerations
-
Constructor Details
-
AbstractRegioncacheRegistrableUnit
Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractRegioncacheRegistrableUnit
Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractRegioncacheRegistrableUnit
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTypeCode
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CacheKeyGets code from typesystem.- Specified by:
getTypeCodein interfaceCacheKey
-