Persists any arbitrarily nested objects to some kind storage. Used to store settings and temporary data that needs to be retrieved later.
Loads a value from the storage
The key whose value should be returned.
the value or undefined
Save a value to the storage.
The key for which the value should be stored.
The value to store.
Persists any arbitrarily nested objects to some kind storage. Used to store settings and temporary data that needs to be retrieved later.