Uses of Interface
de.hybris.platform.adaptivesearch.strategies.AsCacheKey
-
Packages that use AsCacheKey Package Description de.hybris.platform.adaptivesearch.strategies de.hybris.platform.adaptivesearch.strategies.impl -
-
Uses of AsCacheKey in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AsCacheKey Modifier and Type Method Description <V> VAsCacheStrategy. getWithLoader(AsCacheKey cacheKey, java.util.function.Function<AsCacheKey,V> valueLoader)Returns the value in the cache for the given key.Method parameters in de.hybris.platform.adaptivesearch.strategies with type arguments of type AsCacheKey Modifier and Type Method Description <V> VAsCacheStrategy. getWithLoader(AsCacheKey cacheKey, java.util.function.Function<AsCacheKey,V> valueLoader)Returns the value in the cache for the given key. -
Uses of AsCacheKey in de.hybris.platform.adaptivesearch.strategies.impl
Classes in de.hybris.platform.adaptivesearch.strategies.impl that implement AsCacheKey Modifier and Type Class Description classDefaultAsCacheKeyDefault implementation ofAsCacheKey.Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheKey Modifier and Type Method Description <V> VDefaultAsCacheStrategy. getWithLoader(AsCacheKey cacheKey, java.util.function.Function<AsCacheKey,V> valueLoader)Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AsCacheKey Modifier and Type Method Description <V> VDefaultAsCacheStrategy. getWithLoader(AsCacheKey cacheKey, java.util.function.Function<AsCacheKey,V> valueLoader)Constructors in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheKey Constructor Description HybrisAsCacheKey(java.lang.String tenantId, AsCacheKey cacheKey)
-