express-aggressive-cache

JSON →
library 2.1.6 ·javascript
verified Jun 7, 2026

Express middleware for aggressive yet obedient HTTP response caching with support for in-memory and Redis stores. Current stable version is 2.1.6, released as a mature library with TypeScript types included. Key differentiators: it caches by default unless Cache-Control explicitly forbids it, respects s-maxage over max-age, provides purge API by cache tag, and sets x-cache headers for hit/miss visibility. Built for Node >=8, it is fully tested and suitable for API/SRR caching with plug-and-play setup.