Interface ConfigurationClassificationCacheStrategy
- All Known Implementing Classes:
DefaultConfigurationClassificationCacheStrategyImpl
public interface ConfigurationClassificationCacheStrategy
This strategy manages the caching of the classification data in context of product configuration.
-
Method Summary
Modifier and TypeMethodDescriptiongetCachedNameMap(ConfigModel config) Retrieves a map of of names from the Hybris classification system by the configuration modelgetCachedNameMap(String productCode) Retrieves a map of of names from the Hybris classification system by the product code
-
Method Details
-
getCachedNameMap
Retrieves a map of of names from the Hybris classification system by the configuration model- Returns:
- Map of names from the Hybris classification system
-
getCachedNameMap
Retrieves a map of of names from the Hybris classification system by the product code- Returns:
- Map of names from the Hybris classification system
-