{"library":"simple-lru","type":"library","category":null,"description":"A minimal Least Recently Used (LRU) cache implementation for Node.js and browsers. This package (v0.0.3) provides a simple constructor that accepts a maximum cache size and offers methods like set, get, peek, del, has, length, reset, keys, and a max getter/setter. It uses Object.create fallback for IE8 compatibility. The API is inspired by node-lru-cache but with a smaller footprint. No recent releases; appears unmaintained since 2013.","language":"javascript","status":"deprecated","version":"0.0.3","tags":["javascript","cache","LRU"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simple-lru","imports":["import SimpleLRU from 'simple-lru'","const SimpleLRU = require('simple-lru')","var SimpleLRU = require('simple-lru');"]},{"cmd":"yarn add simple-lru","imports":[]},{"cmd":"pnpm add simple-lru","imports":[]}],"homepage":"https://github.com/smagch/simple-lru","github":"git://github.com/smagch/simple-lru","docs":null,"changelog":null,"pypi":null,"npm":"simple-lru","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}