In-Memory Cache with O(1) Operations and LRU Purging Strategy
In memory cache lru cache with ttl support.
A cache object that deletes the least-recently-used items.
GlueZero in-memory cache — LRU adapter, 3 strategies (cache-first/network-first/cache-then-network), scope hybrid
Simple “Least Recently Used” (LRU) cache
An LRU cache of weak references
node-simple-lru-cache =====================
Simple “Least Recently Used” (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
High Performance In-Memory Cache for Node.js
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
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
LRU and FIFO caches for Client or Server
LRU (least recently used) cache for Facebook's DataLoader.
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.
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
LRU Queue
A link between LRU and messaging to peers which may store or cache LRU entries remotely
Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)
redis-backed LRU cache
LRU cache
its performant / constant o(1)
An efficient implementation of an lru cache
Efficient and thread-safe LRU cache
Basic least-recently-used cache implementation
LRU Caching gem.
A lightweight, thread-safe in-memory LRU cache with TTL expiration and tag-based bulk invalidation for Ruby applications.
Ruby/Cache is a library for caching objects based on the LRU algorithm for Ruby
A simple LRU-cache based on a hash and priority queue
Implements key-based cache that can have a least-recently-used or time-to-live expiration strategy
Thread safe implemenation of in-memory LRU cache compatible with Java Memory Model
This gem provides an LRU cache with an interface close to Hash. It uses Rutie to wrap the Rust 'lru' crate.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.