cachai

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

cachai is an LRU cache for Node.js, forked from jscache and loosely based on ASP.NET's Cache. Version 1.0.2 is the latest stable release, though the package appears to be in maintenance mode with no recent updates. It provides caching options including absolute expiration, sliding expiration, priority, and a purge callback. Compared to alternatives like lru-cache or node-cache, it offers a more feature-rich API inspired by ASP.NET, but lacks modern ESM support and TypeScript typings.