Package de.hybris.platform.jalo.c2l
Class C2LManager.C2LCacheKey
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
de.hybris.platform.regioncache.key.legacy.AbstractLegacyRegistrableCacheKey<String>
de.hybris.platform.jalo.c2l.C2LManager.C2LCacheKey
- All Implemented Interfaces:
CacheKey,RegistrableCacheKey
- Enclosing class:
- C2LManager
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
keyFields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.regioncache.key.legacy.AbstractLegacyRegistrableCacheKey
equals, getDependentTypeGenerations, getTypeCode, hashCode, setDependentTypeGenerationsMethods inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
getLegacyKeyMethods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.regioncache.key.CacheKey
getCacheValueType, getTenantId
-
Constructor Details
-
C2LCacheKey
-
-
Method Details
-
getDependentTypes
Description copied from interface:RegistrableCacheKeyAll registrable units should define dependent types.
In case of invalidation of one of the dependent type registrable cache unit gets invalidated too.- Specified by:
getDependentTypesin interfaceRegistrableCacheKey- Specified by:
getDependentTypesin classAbstractLegacyRegistrableCacheKey<String>
-
toString
- Overrides:
toStringin classLegacyCacheKey
-