I have data from my firebase database. I want to cache it as json file so I don't need to query it every time the user access my web app.
This module is good https://www.npmjs.com/package/apicache
but it doesn't cache it locally. It is good since it will check if the cache is already in there , if not , you can perform queries to the db. Can you recommend me good local caching. I dont need to put it in memory cos the json file is quite big.