Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for removing a single request cache by key(#515) #516

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

smnsht
Copy link
Contributor

@smnsht smnsht commented Mar 23, 2024

New function 'deleteRequestsCache'

resolves #515

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] 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:

What is the current behavior?

@ngneat/elf-requests does not support removing a single request cache by key

Issue Number: #515

What is the new behavior?

New function 'deleteRequestsCache' can invalidate in cache a single key or list of keys

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

Copy link

stackblitz bot commented Mar 23, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@smnsht smnsht marked this pull request as draft March 24, 2024 08:57
@NetanelBasal NetanelBasal marked this pull request as ready for review March 25, 2024 06:22
@NetanelBasal NetanelBasal merged commit 9dbc51d into ngneat:master Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ngneat/elf-requests does not support removing a single request cache by key.
2 participants