Nx Cache

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

nx-cache is a minimal in-memory cache SDK for Node.js (v1.0.2, stable) that requires zero configuration and supports TTL, scoped keys, and user-defined metadata. Unlike full-featured caching solutions (node-cache, lru-cache), nx-cache emphasizes simplicity: no setup, no config, and a focused API for write, read, search, and reset operations. It ships TypeScript types and is per-process memory only, with planned future backends (Redis, disk).