Stores a value for a given key using the default storage type.
key: Identifier for the value being stored. value: The value to store. The value can be anything that can be serialized as JSON. [options]: A set of key/value pairs that relate to settings for storing the value.
Gets a stored value based on the key.
any
Gets a hash of all stored values.
any