lru-cache-pool
LRU Cache Pool
LRU Cache Pool
Wrap functions in lru-cache
Node LRU File Cache
lru-func
Simple in-memory cache implementation with LRU
使用 hashMap + double linked list 实现所有操作时间复杂度为 O(1) 的 LRU
> You cache the results you know when to flush'em
A lru cache library.
Cache for synchronous modules e.g. using Fibers based on Isaac's AsyncCache
A cache object that deletes the least-recently-used items.
LRU Cache
A cache object that deletes the least-recently-used items.
support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.
Some Awsome Memory Scheduler.
A memory scheduler that uses an lru algorithm.
node cache provider
LRU 缓存的文件读取器
A class for storing client-side data for reuse with an LRU algorithm.
A simple and easy-to-use cache module with auto recycle for js/nodejs.
LRU Cache for Javascript