Click or drag to resize
ECommerceContextInvalidateCurrentShoppingCartCache Method
Invalidates the current shopping cart in a per request cache used by the CurrentShoppingCart member.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void InvalidateCurrentShoppingCartCache()
Remarks
The cache is automatically invalidated when calling the default implementation of SetCurrentShoppingCart(ShoppingCartInfo) method.
See Also