Class FinderResult.FinderResultCacheKey
- java.lang.Object
-
- de.hybris.platform.regioncache.key.AbstractCacheKey
-
- de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
-
- de.hybris.platform.regioncache.key.legacy.AbstractLegacyRegistrableCacheKey<LegacyCacheKeyType>
-
- de.hybris.platform.persistence.hjmp.FinderResult.FinderResultCacheKey
-
- All Implemented Interfaces:
CacheKey,RegistrableCacheKey
- Enclosing class:
- FinderResult
public static class FinderResult.FinderResultCacheKey extends AbstractLegacyRegistrableCacheKey<LegacyCacheKeyType>
-
-
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 FinderResultCacheKey(java.lang.String beanKey, java.lang.Object[] finderKey, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyCacheKeyType[]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.StringtoString()-
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 LegacyCacheKeyType[] 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<LegacyCacheKeyType>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classLegacyCacheKey
-
-