{"library":"apicache","type":"library","category":null,"description":"apicache is an ultra-simplified middleware for Express.js and Node.js designed to cache API responses. It supports both an in-memory store and Redis as a backend, allowing developers to define cache durations using plain-english strings (e.g., '5 minutes'). The current stable version is 1.6.3, with version 1.0.0 marking a production-ready release after extensive use. The project appears to have a moderate release cadence, focusing on stability and adding features incrementally, such as `res.write` support and official `compression` integration. Its key differentiator is its ease of use and 'automagic' caching injection into routes, making it a straightforward choice for basic API caching needs compared to more complex caching solutions.","language":"javascript","status":"active","version":"1.6.3","tags":["javascript","cache","API","redis","memcache","response","express","JSON","duration"],"last_verified":"Wed May 27","install":[{"cmd":"npm install apicache","imports":["import apicache from 'apicache'","import apicache from 'apicache'; let cache = apicache.middleware;","import apicache from 'apicache'; apicache.options({ ... })","import apicache from 'apicache'; apicache.clear('target')"]},{"cmd":"yarn add apicache","imports":[]},{"cmd":"pnpm add apicache","imports":[]}],"homepage":null,"github":"https://github.com/kwhitley/apicache","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/apicache","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/apicache/compatibility"}}