Basic interface for all storage mechanisms.
get(string key) ⇒ ?string
Get the value stored under a key.
remove(string key)
Remove a key and its value.
set(string key, string value)
Set a value for a key.