Functiondojox.storage.Provider.get

dojo.require("dojox.storage.Provider");
defined in dojox/storage/Provider.js

Object Gets the value with the given key. Returns null if this key is not in the storage system.

Usage

function (/*String*/ key, /*String?*/ namespace) (view source)
parametertypedescription
keyStringA string key to get the value of.
namespaceStringOptional. Optional string namespace that this value will be retrieved from; if left off, the value will be retrieved from dojox.storage.DEFAULT_NAMESPACE return: Returns any JavaScript object type; null if the key is not present