Searched defs:runCache (Results 1 – 1 of 1) sorted by relevance
1333 type runCache struct { struct1334 disableCache bool // cache should be disabled for this run1336 buf *bytes.Buffer1337 id1 cache.ActionID1338 id2 cache.ActionID1690 func (c *runCache) tryCache(b *work.Builder, a *work.Action) bool {1694 func (c *runCache) tryCacheWithID(b *work.Builder, a *work.Action, id string) bool {1999 func (c *runCache) saveOutput(a *work.Action) {