node-fetch-cache icon indicating copy to clipboard operation
node-fetch-cache copied to clipboard

Node-fetch with built-in response caching.

Results 9 node-fetch-cache issues
Sort by recently updated
recently updated
newest added

Please see if this is problem that can be solved in node-fetch-cache: - https://github.com/oven-sh/bun/issues/8487 or where in the code the mismatch happens? in what project the fix needs to happen?

It seems like with a FileSystemCache, expired caches are still perisisted on disk unless the cache key is overwritten by a fresher value? is this by design? or would it...

enhancement
help wanted

Hello there, Is that possible to use native fetch api if available instead of node-fetch?

enhancement
help wanted

Hi Are there any plans to extend this support a redis plugin? Thanks

enhancement
help wanted
good first issue

Been using node-fetch-cache and big fan, but a few pieces of feedback. I'll file them as separate PRs from what we've run into. Thanks for consideration! It would be nice...

enhancement
help wanted

Could you please options for LRU cache with maximum threshold size options ? Normally i set the cache directory with a maximum size. Auto eviction is built-in with LRU ,...

enhancement
help wanted

* Update to use node-fetch v3 * Switch out ts-node for tsx * Increase TS compilation target

(node:84849) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. This is caused by node-fetch 2.* Solution is to upgrade to latest node-fetch^3

enhancement
dependencies

This may eventually address #31.