tiny-fifo-cache
JSON →Minimalistic FIFO (First-In-First-Out) in-memory cache for Node.js, v1.0.1 (last released 2015; no updates since). Provides simple put and get operations with automatic eviction of oldest items when the cache reaches a user-defined maximum size. No dependencies, no TypeScript types, relies on CommonJS. Unlike more feature-rich caches (e.g., node-cache, lru-cache), this is a single-purpose FIFO cache with no TTL, no events, and no serialization.
Resources
packagetiny-fifo-cache ↗