{"library":"node-file-cache","type":"library","category":null,"description":"node-file-cache is a straightforward, file-based caching module for Node.js, currently at version 1.0.2. It leverages `lowdb` for persistent storage, allowing developers to store key-value pairs with optional lifespans and tags for granular expiry. Its design emphasizes simplicity over advanced features or high-throughput performance. Given its age and the explicit mention of Node.js 4.4.5 as a minimum requirement (a version from 2016), it appears to be an unmaintained package with an irregular or non-existent release cadence. It's best suited for small-scale applications where a simple, durable, local cache is sufficient and high concurrency or complex cache invalidation strategies are not required.","language":"javascript","status":"abandoned","version":"1.0.2","tags":["javascript"],"install":[{"cmd":"npm install node-file-cache","imports":["const cache = require('node-file-cache').create();","const cache = require('node-file-cache').create({ file: 'my-cache.json', life: 7200 });","const cache = require('node-file-cache').create();\ncache.set('key', 'value');"]},{"cmd":"yarn add node-file-cache","imports":[]},{"cmd":"pnpm add node-file-cache","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-file-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-file-cache/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}