Class AbstractRegioncacheRegistrableUnit
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.regioncache.key.legacy.AbstractRegioncacheRegistrableUnit
-
- All Implemented Interfaces:
CacheValueLoader
,CacheKey
,RegistrableCacheKey
@Deprecated public abstract class AbstractRegioncacheRegistrableUnit extends AbstractCacheUnit implements RegistrableCacheKey
Deprecated.since 5.0 not usedAdds 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
Constructors Constructor Description AbstractRegioncacheRegistrableUnit(Cache cache)
Deprecated.AbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant)
Deprecated.AbstractRegioncacheRegistrableUnit(Cache cache, java.lang.String tennantId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
getTypeCode()
Deprecated.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, useCache
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.regioncache.key.CacheKey
getCacheValueType, getTenantId
-
Methods inherited from interface de.hybris.platform.regioncache.key.RegistrableCacheKey
getDependentTypeGenerations, getDependentTypes, setDependentTypeGenerations
-
-
-
-
Constructor Detail
-
AbstractRegioncacheRegistrableUnit
public AbstractRegioncacheRegistrableUnit(Cache cache)
Deprecated.
-
AbstractRegioncacheRegistrableUnit
public AbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant)
Deprecated.
-
AbstractRegioncacheRegistrableUnit
public AbstractRegioncacheRegistrableUnit(Cache cache, java.lang.String tennantId)
Deprecated.
-
-
Method Detail
-
getTypeCode
public final java.lang.Object getTypeCode()
Deprecated.Description copied from interface:CacheKey
Gets code from typesystem.- Specified by:
getTypeCode
in interfaceCacheKey
-
-