{"library":"cache-chunk-store","type":"library","category":null,"description":"In-memory LRU cache for abstract-chunk-store compliant stores. Version 3.2.2 is the latest stable release, with a maintenance status and low release cadence. It wraps any abstract-chunk-store implementation (e.g., fs-chunk-store) to cache get() results using the lru package, reducing repeated I/O. Differentiators: minimal API, transparent caching, passes through options to lru (e.g., max size). Commonly used in BitTorrent clients and other peer-to-peer applications.","language":"javascript","status":"maintenance","version":"3.2.2","tags":["javascript","abstract-chunk-store","chunk","lru","least recently used","cache","store"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cache-chunk-store","imports":["const CacheChunkStore = require('cache-chunk-store')","import CacheChunkStore from 'cache-chunk-store'","const { CacheChunkStore } = require('cache-chunk-store')"]},{"cmd":"yarn add cache-chunk-store","imports":[]},{"cmd":"pnpm add cache-chunk-store","imports":[]}],"homepage":"https://github.com/feross/cache-chunk-store","github":"git://github.com/feross/cache-chunk-store","docs":null,"changelog":null,"pypi":null,"npm":"cache-chunk-store","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}