Closed fasidOnGit closed 2 years ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe:
Clearing cache while using the Localstorage strategy does not remove the cache and ttl from local storage.
Issue Number: #76
calling clear() will now successfully removes respective cache items from localstorage.
clear()
[ ] Yes [x] No
this is my first PR. yay :tada:
Run & review this pull request in StackBlitz Codeflow.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Clearing cache while using the Localstorage strategy does not remove the cache and ttl from local storage.
Issue Number: #76
What is the new behavior?
calling
clear()
will now successfully removes respective cache items from localstorage.Does this PR introduce a breaking change?
Other information
this is my first PR. yay :tada: