Appolo Cache

JSON →
library 8.0.0 ·javascript
verified Jun 7, 2026

Appolo Cache is an in-memory LRU cache for Node.js written in TypeScript. The current stable version is 8.0.0. It provides a simple API for caching key-value pairs with optional per-item TTL and automatic eviction of least recently used items when the maximum cache size is reached. Key differentiators include typed generics, built-in maxAge support, and utility methods like peek, pop, and prune. It is lightweight, dependency-free, and well-suited for server-side caching needs.