expeditious-engine-memory

JSON →
library 0.2.1 ·javascript maintenance
verified Jun 7, 2026

An in-memory cache engine for the expeditious caching library. Stores cache entries in Node.js process memory (version 0.2.1). This engine is stateful and ephemeral: all data is lost on process restart. Key differentiators: extremely simple setup with no external dependencies, ideal for single-process applications or development environments. However, it may cause memory bloat and GC pressure with large caches. Not recommended for production use cases requiring persistence or multitenancy.