Home
last modified time | relevance | path

Searched defs:DiskCache (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dcache.go78 type DiskCache struct { struct
79 dir string
80 now func() time.Time
116 func (c *DiskCache) fileName(id [HashSize]byte, key string) string {
186 func (c *DiskCache) Get(id ActionID) (Entry, error) {
200 func (c *DiskCache) get(id ActionID) (Entry, error) {
314 func (c *DiskCache) OutputFile(out OutputID) string {
347 func (c *DiskCache) used(file string) {
355 func (c *DiskCache) Close() error { return c.Trim() }
358 func (c *DiskCache) Trim() error {
[all …]