cache-istos
JSON →A lightweight in-memory key-value cache with automatic eviction, inspired by Unix page-stealing. Stores references with a configurable TTL; entries are marked and stolen after 1–2 TTL cycles if not accessed. Types included. Current version 1.0.6, maintained by habibouldmoussa. Simple API (set, get, delete, destroy). Differentiator: automatic eviction without manual cleanup, suitable for ephemeral data.
Resources
packagecache-istos ↗