A lightweight, zero-dependency in-memory cache for TypeScript and JavaScript with TTL expiration, LRU eviction, wildcard pattern deletion, and a powerful @cached decorator for method-level memoization. Perfect for API response caching, session storage, an
The Destroyer cache is a high-performance, in-memory caching solution designed for fast, temporary data storage with support for automatic expiration and simple numeric operations. Built for speed and efficiency, Destroyer uses a priority queue to manage
A lightweight, high-performance in-memory cache for Node.js with TTL support, configurable eviction policies (FIFO/LRU), statistics tracking, and zero dependencies.
A lightweight file-based caching library for Node.js. Stores key-value data on the filesystem with optional TTL support.