Closed HeathJared closed 7 months ago
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
Am I right in thinking this never made it to the released elf-requests package ?
elf-requests
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