Uses of Class
de.hybris.platform.adaptivesearch.strategies.AsCacheScope
-
Packages that use AsCacheScope Package Description de.hybris.platform.adaptivesearch.strategies de.hybris.platform.adaptivesearch.strategies.impl -
-
Uses of AsCacheScope in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return AsCacheScope Modifier and Type Method Description AsCacheScopeAsCacheKey. getScope()Returns the scope of the cache key.static AsCacheScopeAsCacheScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsCacheScope[]AsCacheScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AsCacheScope Modifier and Type Method Description booleanAsCacheStrategy. isEnabled(AsCacheScope cacheScope)Checks if the cache is enabled for the givenAsCacheScope. -
Uses of AsCacheScope in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return AsCacheScope Modifier and Type Method Description AsCacheScopeDefaultAsCacheKey. getScope()Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheScope Modifier and Type Method Description booleanDefaultAsCacheStrategy. isEnabled(AsCacheScope cacheScope)Constructors in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheScope Constructor Description DefaultAsCacheKey(AsCacheScope scope, java.io.Serializable... keyFragments)Default constructor.
-