Skip to main content

Module cache

Module cache 

Source
Expand description

In-memory byte cache for extracted archive entries, keyed by archive hash and inner path, with a configurable byte budget and LRU eviction.

Structsยง

ByteCacheKey
Cache key identifying one extracted entry: its source archive hash plus the inner path within that archive.
ByteLruCache
Byte-budgeted LRU cache of extracted archive entry contents.