ViacomInc / data-point

JavaScript Utility for collecting, processing and transforming data
Apache License 2.0
67 stars 34 forks source link

fix(data-point-service): resetCache should clear stale data #494

Closed schiavig closed 9 months ago

schiavig commented 9 months ago

resetCache should clear stale data

fix #492

What: resetCache doesn't remove stale data so, it happens that for removed contents it still provide old data

Why:

How: removing stale data on promise chain

Checklist: