dojox.storage.Provider.clear
dojo.require("dojox.storage.Provider");
defined in dojox/storage/Provider.js
Completely clears this storage system of all of it's values and keys. If 'namespace' is provided just clears the keys in that
Usage
function (/*String?*/ namespace) (view source)
parameter | type | description |
---|---|---|
namespace | String | Optional. |