Lines Matching refs:Cache
118 CACHES_GIT = []*specs.Cache{
119 &specs.Cache{
121 Path: "cache/git",
123 &specs.Cache{
125 Path: "cache/git_cache",
128 CACHES_GO = []*specs.Cache{
129 &specs.Cache{
131 Path: "cache/go_cache",
134 CACHES_WORKDIR = []*specs.Cache{
135 &specs.Cache{
137 Path: "cache/work",
140 CACHES_DOCKER = []*specs.Cache{
141 &specs.Cache{
143 Path: "cache/docker",
286 Caches: []*specs.Cache{
287 &specs.Cache{
289 Path: "cache/vpython",
298 "-cache-dir", "cache",
319 "VPYTHON_VIRTUALENV_ROOT": []string{"cache/vpython"},
886 task.Caches = append(task.Caches, &specs.Cache{
888 Path: "cache/Xcode.app",