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
Firefox 2+
IE 8+, Firefox 3.5+, Safari 4+, Chrome, Opera 10.5+, iPhone 2+, Android 2+
An in-memory store is provided as a fallback if none of the other storage types are available.
IE 8+, Firefox 2+, Safari 4+, Chrome, Opera 10.5+, iPhone 2+, Android 2+
IE 5 - 7