Click or drag to resize
IShoppingCartCache Interface
Interface representing general cache able to store shopping cart info object for current visitor.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public interface IShoppingCartCache

The IShoppingCartCache type exposes the following members.

Methods
  NameDescription
Public methodGetCart
Returns cached shopping cart of the current visitor.
Public methodStoreCart
Stores current visitor's ShoppingCartInfo to the cache.
Top
Remarks
The cache is expected to expire after some time.
See Also