getSets
Returns the sets contained within the cache.
connection.getSets()
Returns the sets added by updateListData.
Use
connection.getSets() //-> Promise( [{type: "completed"},{user: 5}] )
Returns the sets contained within the cache.
connection.getSets()
Returns the sets added by updateListData.
connection.getSets() //-> Promise( [{type: "completed"},{user: 5}] )