MattCCC / fetchff

Fetchff is a lightweight, powerful and flexible HTTP client library designed to simplify request handling.
https://www.npmjs.com/package/fetchff
The Unlicense
28 stars 2 forks source link

[Feature] Persistent cache through plug & play config #65

Open MattCCC opened 1 month ago

MattCCC commented 1 month ago

The library might lack support for persistent caching mechanisms beyond in-memory. The goal would be to add functions to hook in basic CRUD alike functions.

MattCCC commented 2 weeks ago

We could do that by adding a possibility to define custom get/set/delete for cache management