Functiondojox.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.

Usage

function (/*Array*/ keys, /*String?*/ namespace) (view source)
parametertypedescription
keysArrayAn array of string keys 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