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
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected void CacheCart(
IShoppingCartState cart
)
Protected Sub CacheCart (
cart As IShoppingCartState
)
protected:
void CacheCart(
IShoppingCartState^ cart
)
member CacheCart :
cart : IShoppingCartState -> unit
Parameters
- cart IShoppingCartState
- The representation of the cart that will now be cached as "current"