Optimize your React applications by effortlessly implementing Least Recently Used (LRU) caching for time-consuming API responses with the React LRUCache Hook. This lightweight and easy-to-use hook seamlessly integrates into your components, allowing you t
A cache object that deletes the least-recently-used items.
An LRU cache of weak references
Simple “Least Recently Used” (LRU) cache
High Performance In-Memory Cache for Node.js
node-simple-lru-cache =====================
Simple “Least Recently Used” (LRU) cache
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Memoize functions results using an lru-cache.
Various cache implementations
A cache object that deletes the least-recently-used items.
A generational pseudo-LRU cache with strict maximum size limits.
Extends LRU base on hashlru
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
LRU Queue
LRU and FIFO caches for Client or Server
LRU Cache
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)
OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache
simpler faster substitute for LRU
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
redis-backed LRU cache
A simple LRU(Least Recently Used) Cache implementation using Ruby Hash
its performant / constant o(1)
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
Very fast LRU + TTL cache
This gem provides an LRU cache with an interface close to Hash. It uses Rutie to wrap the Rust 'lru' crate.
A Least Recently Used (LRU) cache in Ruby designed to be fast and simple.
SafeMemoize is a production-ready, zero-dependency memoization library for Ruby. It uses Ruby's prepend mechanism to wrap methods with a thread-safe cache (Mutex + double-check locking) that correctly handles nil and false return values — fixing the silent bug in the common ||= pattern. Results are cached per unique argument combination, so parameterized methods only compute each variant once. Additional features include TTL expiration, LRU cache size limiting, conditional caching via if:/unless: predicates, lifecycle hooks for hit/eviction/expiration events, per-instance metrics (hit rate, miss rate, computation time), targeted cache invalidation, custom cache key generators, and introspection helpers. Method visibility (public, protected, private) is fully preserved.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.