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. If no value in the store, returns the provided fallback.
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.