Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SuperSet = wire.NewSet( cache.NewFSCache, wire.Bind(new(cache.Cache), new(cache.FSCache)), NewCache, )
SuperSet binds cache dependencies
Functions ¶
func DownloadDB ¶
DownloadDB downloads the DB
Types ¶
type Cache ¶
Cache implements the local cache
func NewCache ¶
func NewCache(c flag.CacheOptions) (Cache, error)
NewCache is the factory method for Cache
func (Cache) ClearArtifacts ¶ added in v0.18.2
ClearArtifacts clears the artifact cache
Click to show internal directories.
Click to hide internal directories.