An abstract persistence interface for an async key / value store.
Clears all items.
Resolves to the value for the given key, or null if non-existent.
Removes the given key.
Saves the given value to disk.
An abstract persistence interface for an async key / value store.