The context for which storage should be initialized.
Name for the storage instance.
Desired storage scope.
A storage instance.
Get a value from storage
Get all values from storage
Remove a key and its value from storage
Remove all data from storage
Set a value in storage
A promise resolving once the set is complete
Set all values in storage
Value to set
A promise resolving once the set is complete
Update a value in storage
A promise resolving once the update is complete
Update all values in storage
Initialize a storage instance for a given context, name, and scope