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