Rache
JSON →A random-eviction cache library for Node.js that imposes a global size limit across all derived sub-caches. v1.0.0 is stable, with constant-time get, set, delete, and eviction. Unlike typical per-cache limit caches, Rache shares a memory budget among multiple caches via a simple global counter, making it ideal for scenarios with many small caches. No external dependencies, no runtime dependencies. Uses CommonJS, no TypeScript types provided.
Resources
packagerache ↗