Documentation
¶
Overview ¶
Package cache is the content-addressed cache of fetched source material, enabling offline reproduction from a warm cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is the content-addressed cache of fetched source material, keyed by an immutable fetch key (typically a commit SHA). A warm cache enables offline reproduction (FR-025, FR-026).
Click to show internal directories.
Click to hide internal directories.