Retrieves the value associated with the specified key.
Returns null if the key is not found.
key to retrieve
Removes the key and its value.
key to remove
Associates the value with the key, then store the key-value pair.
key to store
value to be associated with key
Generated using TypeDoc
Prescribes a common interface of string-value KVS.