A simple O(1) LRU cache
Tiny async cache: TTL + LRU, single-flight dedup, and stale-while-revalidate. Zero dependencies.
Route & component keep-alive for React TV apps — AliveScope, KeepAlive, LRU cache, lifecycle events
PostGraphile v5 LRU cache with automatic pool cleanup integration
PostgreSQL connection pool LRU cache manager
High Performance In-Memory Cache for Node.js
Standardized caching interface supporting Memory, File, and Redis backends
基于装饰器的 TypeScript 缓存库,开箱即用
A custom KeepAlive component for Vue 2 that doesn't depend on Vue's built-in KeepAlive
This package is the code support for book "Node Reliable Caching"
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
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
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
In-memory caching with TTL, LRU eviction, memoize decorator, optional persistence
Pillar-3 chokepoint — classify content crossing every trust boundary (MCP / sub-agent / channel / federation / skill / compaction / tool) with origin metadata and a content-hash LRU cache
Bounded Map<K, V> primitive — FIFO (default) or LRU-on-read mode. Used internally across Pyreon packages for sized cache eviction; safe to use directly.
Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer