egg-lru

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

Egg.js plugin wrapping lru-cache to provide LRU caching in Egg applications. Version 1.0.1 (latest) supports both single and multi-client configurations. It integrates seamlessly with Egg's plugin system and offers simple key-value cache with optional time-to-live. Alternative to egg-redis for in-memory caching with LRU eviction policy.