Uses of Interface
de.hybris.platform.regioncache.key.RegistrableCacheKey
-
-
Uses of RegistrableCacheKey in de.hybris.platform.jalo
Classes in de.hybris.platform.jalo that implement RegistrableCacheKey Modifier and Type Class Description static classJaloTypeCacheUnit.JaloTypeCacheKeyMethods in de.hybris.platform.jalo that return RegistrableCacheKey Modifier and Type Method Description RegistrableCacheKeyJaloTypeCacheUnit. getKey() -
Uses of RegistrableCacheKey in de.hybris.platform.jalo.c2l
Classes in de.hybris.platform.jalo.c2l that implement RegistrableCacheKey Modifier and Type Class Description static classC2LManager.C2LCacheKey -
Uses of RegistrableCacheKey in de.hybris.platform.jalo.flexiblesearch
Classes in de.hybris.platform.jalo.flexiblesearch that implement RegistrableCacheKey Modifier and Type Class Description static classFlexibleSearch.FlexibleSearchCacheKeyDeprecated.Special case we do not handle AbstractLegacyRegistrableCacheKey because we need to extend it. -
Uses of RegistrableCacheKey in de.hybris.platform.persistence.hjmp
Classes in de.hybris.platform.persistence.hjmp that implement RegistrableCacheKey Modifier and Type Class Description static classFinderResult.FinderResultCacheKeyMethods in de.hybris.platform.persistence.hjmp that return RegistrableCacheKey Modifier and Type Method Description RegistrableCacheKeyFinderResult. getKey() -
Uses of RegistrableCacheKey in de.hybris.platform.regioncache
Methods in de.hybris.platform.regioncache that return types with arguments of type RegistrableCacheKey Modifier and Type Method Description java.util.Collection<RegistrableCacheKey>CacheRegistry. invalidate(java.lang.Object typeCode)Deprecated, for removal: This API element is subject to removal in a future version.Invalidates a single typeCode in the registry.Methods in de.hybris.platform.regioncache with parameters of type RegistrableCacheKey Modifier and Type Method Description voidCacheRegistry. evict(RegistrableCacheKey key)Deprecated, for removal: This API element is subject to removal in a future version.Handles eviction, that is a removal of a single key.voidCacheRegistry. register(RegistrableCacheKey key)Deprecated, for removal: This API element is subject to removal in a future version.Registers a RegistrableCacheKey in the registry using every typeCode the key depends on. -
Uses of RegistrableCacheKey in de.hybris.platform.regioncache.key
Classes in de.hybris.platform.regioncache.key that implement RegistrableCacheKey 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 RegistrableCacheKey in de.hybris.platform.regioncache.key.legacy
Classes in de.hybris.platform.regioncache.key.legacy that implement RegistrableCacheKey Modifier and Type Class Description classAbstractLegacyRegistrableCacheKey<T>Registrable legacy key abstraction for region cacheclassAbstractRegioncacheRegistrableUnitDeprecated, for removal: This API element is subject to removal in a future version.since 5.0 not used -
Uses of RegistrableCacheKey in de.hybris.platform.regioncache.test
Classes in de.hybris.platform.regioncache.test that implement RegistrableCacheKey Modifier and Type Class Description classTestLoadableRegistrableCacheTestKeyclassTestRegistrableCacheKey
-