getSets
Returns the sets contained within the cache.
    connection.getSets(set)
  
  Returns the sets added by updateListData.
Returns
 {Promise<Array<Set>>}: 
A promise that resolves to the list of sets.
Use
connection.getSets() //-> Promise( [{type: "completed"},{user: 5}] )
 GitHub
GitHub Twitter
Twitter