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<java.lang.String>
-
- de.hybris.platform.jalo.c2l.C2LManager.C2LCacheKey
-
- All Implemented Interfaces:
CacheKey
,RegistrableCacheKey
- Enclosing class:
- C2LManager
public static class C2LManager.C2LCacheKey extends AbstractLegacyRegistrableCacheKey<java.lang.String>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
key
-
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType
-
-
Constructor Summary
Constructors Constructor Description C2LCacheKey(java.lang.String tenantId, java.lang.Object[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getDependentTypes()
All registrable units should define dependent types.
In case of invalidation of one of the dependent type registrable cache unit gets invalidated too.java.lang.String
toString()
-
Methods inherited from class de.hybris.platform.regioncache.key.legacy.AbstractLegacyRegistrableCacheKey
equals, getDependentTypeGenerations, getTypeCode, hashCode, setDependentTypeGenerations
-
Methods inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
getLegacyKey
-
Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId
-
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
-
-
-
-
Method Detail
-
getDependentTypes
public java.lang.String[] getDependentTypes()
Description copied from interface:RegistrableCacheKey
All registrable units should define dependent types.
In case of invalidation of one of the dependent type registrable cache unit gets invalidated too.- Specified by:
getDependentTypes
in interfaceRegistrableCacheKey
- Specified by:
getDependentTypes
in classAbstractLegacyRegistrableCacheKey<java.lang.String>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classLegacyCacheKey
-
-