A simple implementation of a bound key-value store that binds to a specific key in a SimpleKvStore.
Gets the value associated with the bound key.
Removes the value associated with the bound key.
Sets the value for the bound key.
A simple implementation of a bound key-value store that binds to a specific key in a SimpleKvStore.