IShoppingCartCache Interface |
Namespace: CMS.Ecommerce
public interface IShoppingCartCache
The IShoppingCartCache type exposes the following members.
Name | Description | |
---|---|---|
GetCart |
Returns cached shopping cart of the current visitor.
| |
StoreCart |
Stores current visitor's ShoppingCartInfo to the cache.
|