dojox.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.
parameter | type | description |
---|---|---|
key | String | A string key to get the value of. |
namespace | String | Optional. 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 |