Class DefaultCachingStrategy
java.lang.Object
de.hybris.platform.promotions.jalo.DefaultCachingStrategy
- All Implemented Interfaces:
CachingStrategy
Created with IntelliJ IDEA. User: gary Date: 24/06/2013 Time: 12:54 To change this template use File | Settings |
File Templates.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,List<PromotionResult>> getCache()protected SessionServicevoidput(String code, List<PromotionResult> results) voidvoidsetSessionService(SessionService sessionService)
-
Field Details
-
SESSION_CACHE_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
DefaultCachingStrategy
public DefaultCachingStrategy()
-
-
Method Details
-
put
- Specified by:
putin interfaceCachingStrategy
-
get
- Specified by:
getin interfaceCachingStrategy
-
remove
- Specified by:
removein interfaceCachingStrategy
-
getCache
-
getSessionService
-
setSessionService
-