Expand description
LRU chunk cache for reducing redundant network requests.
Caches recently fetched chunks in memory to avoid re-fetching the same content-addressed data from the network.
Structsยง
- Chunk
Cache - An LRU cache for content-addressed chunks.