{"library":"lru-map-cache","type":"library","category":null,"description":"A lightweight LRU cache implementation leveraging the native Map class for ordered iteration. Version 0.1.0 is stable with no recent updates. Differentiators: simple API, no dependencies, O(1) operations by exploiting Map's insertion order. Best for Node.js or browser projects needing a minimal LRU cache without additional features like TTL or serialization. Not recommended for high-concurrency or memory-sensitive environments.","language":"javascript","status":"active","version":"0.1.0","tags":["javascript","lru","cache","map"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install lru-map-cache","imports":["import LRUCache from 'lru-map-cache'","const LRUCache = require('lru-map-cache')","import LRUCache from 'lru-map-cache'"]},{"cmd":"yarn add lru-map-cache","imports":[]},{"cmd":"pnpm add lru-map-cache","imports":[]}],"homepage":"https://github.com/helloanoop/lru-map-cache#readme","github":"https://github.com/helloanoop/lru-map-cache","docs":null,"changelog":null,"pypi":null,"npm":"lru-map-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}