updateListData
Saves a query of data in the cache.
connection.updateListData(listData, query)
Tries to merge this query of data with any other saved queries of data. If unable to merge this data, saves the query by itself.
Parameters
Returns
{Promise}
:
Promise resolves if and when the data has been successfully saved.