We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
The package @ngneat/elf-requests provides a function clearRequestsCache, but this function does not support passing in a key as the argument.
@ngneat/elf-requests
clearRequestsCache
Add a new operator deleteRequestsCache(key: CacheRecordKeys<S>) to delete an individual cache from the store by key.
deleteRequestsCache(key: CacheRecordKeys<S>)
Add an overload clearRequestsCache to provide the same functionality described above.
No
The text was updated successfully, but these errors were encountered:
feat: add support for removing a single request cache by key(ngneat#515)
7cd62ab
New function 'deleteRequestsCache' resolves ngneat#515
0b61bb4
new function 'deleteRequestsCache' resolves ngneat#515
feature(requests): add support for removing a single request cache by…
9dbc51d
… key(#515) (#516) New function 'deleteRequestsCache' resolves #515
Am I right in thinking this never made it to the released elf-requests package ?
elf-requests
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Which @ngneat/elf-* package(s) are relevant/releated to the feature request?
No response
Description
The package
@ngneat/elf-requests
provides a functionclearRequestsCache
, but this function does not support passing in a key as the argument.Proposed solution
Add a new operator
deleteRequestsCache(key: CacheRecordKeys<S>)
to delete an individual cache from the store by key.Alternatives considered
Add an overload
clearRequestsCache
to provide the same functionality described above.Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: