# README
filecache caches build artifacts in files
It is a copy of the Go internal cmd/go/internal/cache which is used for go build caching.
The default setup from the environment (GOCACHE) has been removed, but the trimming defaults (1 hour mtime resolution, evict files older than 5 days) has been kept. It is also possible to override these with TrimWithLimits.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Open opens and returns the cache in the given directory.
No description provided by the author
WithLogger sets the logger to the given Logger - iff it is not nil.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
An ActionID is a cache action key, the hash of a complete description of a repeatable computation (command line, environment variables, input file contents, executable contents).
No description provided by the author
An OutputID is a cache output key, the hash of an output of a computation.