dojox.data.FlickrRestStore._processFlickrData
dojo.require("dojox.data.FlickrRestStore");
defined in dojox/data/FlickrRestStore.js
Processes the raw data from Flickr and updates the internal cache.
parameter | type | description |
---|---|---|
data | Object | Data returned from Flickr |
request | Object | The original dojo.data.Request object passed in by the user. If the data contains an 'item' object, it has not come from the REST services, so process it using the FlickrStore. |
cacheKey | String |