blru
JSON →blru is a lightweight LRU cache library for Node.js, version 0.1.8. It provides a simple and efficient implementation of a Least Recently Used cache. The library is designed for Node.js environments (>=8.0.0) and is commonly used as a dependency in the bcoin ecosystem. It offers basic operations like get, set, del, and has, with configurable maximum size. Compared to other caching libraries like lru-cache, blru focuses on minimalism and stability, though it has limited recent maintenance.