Searched defs:DiskCache (Results 1 – 1 of 1) sorted by relevance
78 type DiskCache struct { struct79 dir string80 now func() time.Time116 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 …]