Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + var CreateDirErr = cacheError + var FileWriteErr = cacheError + type BuildCache struct + func New(baseDir *paths.Path) *BuildCache + func (bc *BuildCache) GetOrCreate(key string) (*paths.Path, error) + func (bc *BuildCache) Purge(ttl time.Duration)