N
node-lite-lru
A simple LRU cache module that is optimized for frequent serialization, only supports increasing integer keys and uses binary search to locate the entries
A simple LRU cache module that is optimized for frequent serialization, only supports increasing integer keys and uses binary search to locate the entries