cacheman-memory

JSON →
library 1.1.0 ·javascript deprecated
verified Jun 7, 2026

An in-memory caching library for Node.js, version 1.1.0, serving as a cache engine for the cacheman module. It provides a simple key-value store with TTL support and callback-based API. Unlike persistent stores like Redis or Memcached, this is lightweight and zero-config, suitable for single-process caching. Last updated in 2013, it is no longer actively maintained but still functional for legacy projects. The package is stable but deprecated in favor of modern alternatives like lru-cache or native Map.