store method Null safety
override
Stores value in the cache with expiration time.
correlationId
(optional) transaction id to trace execution through call chain.key
a unique value key.value
a value to store.timeout
expiration timeout in milliseconds. Return Future that receives an 'OK' for success Throws error