1# Lightweight Storage 2 3### Introduction 4 5Lightweight storage supports lightweight key-value (KV) operations and allows local apps to store a small amount of data. This sample shows how to add offerings to the shopping cart, remove offerings from the shopping cart, and saving the shopping cart. The shopping cart information is retained even when the app is closed. This reflects the lightweight storage feature. 6 7### Usage 8 91. Select an offering and click **Add to Cart**. When the number of offerings in the shopping cart is greater than 5, a full icon is displayed in the upper right corner and no more offering can be added to the shopping cart. 102. Touch the shopping cart icon to view the added offerings. You can delete offerings from the shopping cart or clear the shopping cart. The total price of offerings and the shopping cart icon change accordingly. 113. Exit the app and then open the shopping cart again. The offering information before exit is displayed. 12 13### Constraints 14 15This sample can only be run on standard-system devices. 16