| Package | Description |
|---|---|
| de.hybris.platform.adaptivesearch.strategies | |
| de.hybris.platform.adaptivesearch.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
AsCacheScope |
AsCacheKey.getScope()
Returns the scope of the cache key.
|
static AsCacheScope |
AsCacheScope.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AsCacheStrategy.isEnabled(AsCacheScope cacheScope)
Checks if the cache is enabled for the given
AsCacheScope. |
| Modifier and Type | Method and Description |
|---|---|
AsCacheScope |
DefaultAsCacheKey.getScope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultAsCacheStrategy.isEnabled(AsCacheScope cacheScope) |
| Constructor and Description |
|---|
DefaultAsCacheKey(AsCacheScope scope,
java.io.Serializable... keyFragments)
Default constructor.
|
Copyright © 2018 SAP SE. All Rights Reserved.