Home
last modified time | relevance | path

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

/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dworker_task_cache.go10 type WorkerTaskCache struct { struct
11 WorkerName string
12 TaskCache UsedTaskCache
20 func (wtc WorkerTaskCache) findOrCreate(
57 func (workerTaskCache WorkerTaskCache) find(runner sq.Runner) (*UsedWorkerTaskCache, bool, error) {
H A Dworker_task_cache_factory.go6 FindOrCreate(WorkerTaskCache) (*UsedWorkerTaskCache, error) argument
7 Find(WorkerTaskCache) (*UsedWorkerTaskCache, bool, error) argument
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dworker_task_cache.go10 type WorkerTaskCache struct { struct
11 WorkerName string
12 TaskCache UsedTaskCache
20 func (wtc WorkerTaskCache) findOrCreate(
57 func (workerTaskCache WorkerTaskCache) find(runner sq.Runner) (*UsedWorkerTaskCache, bool, error) {
H A Dworker_task_cache_factory.go6 FindOrCreate(WorkerTaskCache) (*UsedWorkerTaskCache, error) argument
7 Find(WorkerTaskCache) (*UsedWorkerTaskCache, bool, error) argument