public interface CachingStrategy
| Modifier and Type | Method and Description |
|---|---|
List<PromotionResult> |
get(String code) |
void |
put(String code,
List<PromotionResult> results) |
void |
remove(String code) |
void put(String code, List<PromotionResult> results)
List<PromotionResult> get(String code)
void remove(String code)
Copyright © 2017 SAP SE. All Rights Reserved.