dojox.storage.Provider.getMultiple
dojo.require("dojox.storage.Provider");
defined in dojox/storage/Provider.js
Object Gets the valuse corresponding to each of the given keys. Returns a null array element for each given key that is not in the storage system.
parameter | type | description |
---|---|---|
keys | Array | An array of string keys 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 |