The backend storage interfaced used by StorageManager.
StorageManager
Load the bytes at a given key.
Load all values and keys that are prefixed by the given key.
Remove the data at a given key.
Remove all values that are prefixed by the given key.
Save the given data to the provided key.
The backend storage interfaced used by
StorageManager
.