Versions in this module Expand all Collapse all v0 v0.0.6 Dec 15, 2023 v0.0.5 Dec 15, 2023 v0.0.4 Dec 15, 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)