fast-memory-cache

JSON →
library 3.0.0 ·javascript
verified Jun 7, 2026

A lightweight, zero-dependency in-memory cache for Node.js with TypeScript support. Version 3.0.0 provides a simple API for get, set, delete, and clear operations, with optional TTL (time-to-live) in seconds. It is ideal for caching API responses, session data, or memoizing function results. Unlike heavier alternatives like node-cache, it has no serialization overhead and no external dependencies, making it extremely fast and memory efficient.