ShoppingCartServiceCacheCart Method

Replaces the currently cached Cart object with a new instance of IShoppingCartState, presumably because an underlying call to Flashpoint returned to us a more up-to-date representation of the cart

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected void CacheCart(
	IShoppingCartState cart
)

Parameters

cart  IShoppingCartState
The representation of the cart that will now be cached as "current"

See Also