cache-chunk-store
JSON →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.
Resources
packagecache-chunk-store ↗
API endpoints
full doc /v1/registry/cache-chunk-store