Documentation
¶
Overview ¶
Package artifactcache stores completed package files in a local filesystem cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a filesystem-backed artifact acquisition store.
func New ¶
New creates a filesystem store rooted at path. A zero maxBytes disables the size check when cached content is opened.
Click to show internal directories.
Click to hide internal directories.