Interface for storage operations.
Get the value associated with the given key.
The key to retrieve the value for.
Rest
Additional parameters for the operation.
The value associated with the given key.
Remove the value associated with the given key.
The key to remove the value for.
Set the value for the given key.
The key to set the value for.
The value to be stored.
Interface for storage operations.