StrandsEventsMemory Class |
Namespace: CMS.StrandsRecommender.Internal
public static class StrandsEventsMemory
The StrandsEventsMemory type exposes the following members.
Name | Description | |
---|---|---|
IsCartUpdateEventPending |
Checks if cart update event should be rendered. This method returns true only once and after that assumes that event has been rendered.
| |
IsItemsPurchasedEventPending |
Checks if item purchased event should be rendered. This method returns true only once and after that assumes that event has been rendered.
| |
RememberCartUpdateEvent |
Stores information that cart update event should be rendered. After calling this method, IsCartUpdateEventPending method will return
true once for the same user. Information will be stored in Cookies.
| |
RememberItemsPurchasedEvent |
Stores information that items purchased event should be rendered. After calling this method, IsItemsPurchasedEventPending(Int32) method will return
true once for the same user. Information will be stored in Cookies.
|