Skip to main content

Module cache

Module cache 

Source
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ยง

ChunkCache
An LRU cache for content-addressed chunks.