save<T> method
Null safety
override
Saves state into the store
correlationId
(optional) transaction id to trace execution through call chain.key
a unique state key.value
a state value to store. Returns The value that was stored in the cache.