@app/form-storage
The app/form-storage module allows the use of temporary storage, with data being stored for 24 hours.
Methods
- setItem - add an item by the specified key.
- getItem - retrieve the value of an item by the specified key.
- removeItem - remove data from storage by the specified key.
- addToSet - add an item to a set by key.
- removeFromSet - remove an item from a set by key.
- listSet - get all items from a set by key.