Objectdojox.data.FlickrRestStore._handlers

dojo.require("dojox.data.FlickrRestStore");
defined in dojox/data/FlickrRestStore.js

A HashMap used to record the handlers registered for a single remote request. Multiple requests may be made for the same information before the first request has finished. Each element of this Object is an array of handlers to call back when the request finishes. This prevents multiple requests being made for the same information.