runtime-memory-cache
A lightweight, high-performance in-memory cache for Node.js with TTL support, configurable eviction policies (FIFO/LRU), statistics tracking, and zero dependencies.
@chrono-cache/core
Backbone of chrono-cache, designed to provide a flexible and efficient approach to cache management
@chrono-cache/next
A custom cache handler for Next.js, designed to address a common challenge: the need for large and costly distributed cache solutions (e.g., Redis) in horizontally scaled applications hosted outside of Vercel