Closed damen-dd closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.27%. Comparing base (
7089cbc
) to head (8901f41
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks!
Any timeline on when this feature will be released?
Really waiting for it to be released
done! v1.6.0
Hello! Thank you for this lib, very easy and straightforward.
This small feature provides an interface to remove all cached data. My use case is - I have very complex flow of multiple parallel requests between different workspaces with different axios instances and everything should be cached. And at some point I need to invalidate all cache which I found easier and faster to clear all cache instead of maintaining ids and writing a bunch of update functions.
example which is also in the docs: