A persistence store that can be used to store data for a given session id and key
The store is namespaced by the stateKey and the sessionId allows for multiple instances
of data to be created with the same store using the session id as the discriminator.
The store is backed by a KeyValue model.
A persistence store that can be used to store data for a given session id and key The store is namespaced by the stateKey and the sessionId allows for multiple instances of data to be created with the same store using the session id as the discriminator. The store is backed by a KeyValue model.