nuxt-cache-ssr

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A Nuxt 3 module that adds in-memory caching for server-side rendered pages. Version 1.1.0 is current. It allows configuration of cache store (memory, with Redis placeholder), TTL, max cache size, custom cache keys based on route/headers/device, per-environment enabling, and experimental response compression and per-page cache bypass. Limitations include no built-in Redis support (planned), no regex patterns for pages, and a notable security caveat about caching user-specific data. Differentiators: simple integration, device-aware key generation, and experimental features.