{"library":"blru","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.1.8","tags":["javascript","cache","lru"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install blru","imports":["const blru = require('blru');","const blru = require('blru'); const cache = new blru();","// TypeScript: \nconst blru = require('blru');\nconst cache = new blru();\n// or with @types/blru if available"]},{"cmd":"yarn add blru","imports":[]},{"cmd":"pnpm add blru","imports":[]}],"homepage":"https://github.com/bcoin-org/blru","github":"git://github.com/bcoin-org/blru","docs":null,"changelog":null,"pypi":null,"npm":"blru","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}