Uses of Enum Class
de.hybris.platform.adaptivesearch.strategies.AsCacheScope
Packages that use AsCacheScope
Package
Description
-
Uses of AsCacheScope in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return AsCacheScopeModifier and TypeMethodDescriptionAsCacheKey.getScope()Returns the scope of the cache key.static AsCacheScopeReturns the enum constant of this class with the specified name.static AsCacheScope[]AsCacheScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AsCacheScopeModifier and TypeMethodDescriptionbooleanAsCacheStrategy.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 AsCacheScopeMethods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheScopeModifier and TypeMethodDescriptionbooleanDefaultAsCacheStrategy.isEnabled(AsCacheScope cacheScope) Constructors in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsCacheScopeModifierConstructorDescriptionDefaultAsCacheKey(AsCacheScope scope, Serializable... keyFragments) Default constructor.