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
keyFields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAll registrable units should define dependent types.
In case of invalidation of one of the dependent type registrable cache unit gets invalidated too.toString()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
-
FinderResultCacheKey
-
-
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<LegacyCacheKeyType>
-
toString
- Overrides:
toStringin classLegacyCacheKey
-