kitten-cache

JSON →
library 0.3.0 ·javascript
verified Jun 7, 2026

Simple LRU (Least Recently Used) cache for Node.js. Current version 0.3.0, infrequent updates. Provides basic set/get/has/delete operations with configurable size and optional onRemove callback. No external dependencies. Similar to lru-cache but minimal API.