Uses of Class
de.hybris.platform.regioncache.key.AbstractCacheKey
-
-
Uses of AbstractCacheKey in de.hybris.platform.jalo
Subclasses of AbstractCacheKey in de.hybris.platform.jalo Modifier and Type Class Description static classJaloTypeCacheUnit.JaloTypeCacheKey -
Uses of AbstractCacheKey in de.hybris.platform.jalo.c2l
Subclasses of AbstractCacheKey in de.hybris.platform.jalo.c2l Modifier and Type Class Description static classC2LManager.C2LCacheKey -
Uses of AbstractCacheKey in de.hybris.platform.jalo.flexiblesearch
Subclasses of AbstractCacheKey in de.hybris.platform.jalo.flexiblesearch Modifier and Type Class Description static classFlexibleSearch.FlexibleSearchCacheKeyDeprecated.Special case we do not handle AbstractLegacyRegistrableCacheKey because we need to extend it. -
Uses of AbstractCacheKey in de.hybris.platform.outboundservices.decorator.impl.csrf
Subclasses of AbstractCacheKey in de.hybris.platform.outboundservices.decorator.impl.csrf Modifier and Type Class Description classCsrfParametersCacheKeyA cache key for retrieving/storingCsrfParametersinIntegrationCache -
Uses of AbstractCacheKey in de.hybris.platform.persistence.hjmp
Subclasses of AbstractCacheKey in de.hybris.platform.persistence.hjmp Modifier and Type Class Description static classFinderResult.FinderResultCacheKey -
Uses of AbstractCacheKey in de.hybris.platform.regioncache.key
Subclasses of AbstractCacheKey in de.hybris.platform.regioncache.key Modifier and Type Class Description classAbstractRegistrableCacheKeyAll units using cache registry (currently flexible search) should use this class to define cache key.
This is used by CacheController to decide whether using cache registry or not. -
Uses of AbstractCacheKey in de.hybris.platform.regioncache.key.legacy
Subclasses of AbstractCacheKey in de.hybris.platform.regioncache.key.legacy Modifier and Type Class Description classAbstractLegacyRegistrableCacheKey<T>Registrable legacy key abstraction for region cacheclassLegacyCacheKeyClass wraps old fashion Object[] key to meaningful structure.
This class does not handle FlexibleSearch multi-keys: [ [ ... -
Uses of AbstractCacheKey in de.hybris.platform.regioncache.test
Subclasses of AbstractCacheKey in de.hybris.platform.regioncache.test Modifier and Type Class Description classTestCacheKeystatic classTestCacheKeyFactory.TestLegacyCacheKeyWithLoaderclassTestLoadableRegistrableCacheTestKeyclassTestRegistrableCacheKey -
Uses of AbstractCacheKey in de.hybris.platform.sap.productconfig.runtime.interf.cache.impl
Subclasses of AbstractCacheKey in de.hybris.platform.sap.productconfig.runtime.interf.cache.impl Modifier and Type Class Description classProductConfigurationCacheKeyDefault implementation for a cache key in sap productconfig The field keys contains the additional cache keys.classProductConfigurationEHCacheAccessImplTest.StringCacheKey
-