The storage service provides an interface to some data storage that allows extensions to keep state among sessions.
Returns the data stored for the given key or the provided default value if nothing is stored for the given key.
Stores the given data under the given key.
The storage service provides an interface to some data storage that allows extensions to keep state among sessions.