Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go180 type cachingRepo struct { struct
181 path string
182 versionsCache par.ErrCache[string, *Versions]
183 statCache par.ErrCache[string, *RevInfo]
184 latestCache par.ErrCache[struct{}, *RevInfo]
185 gomodCache par.ErrCache[string, []byte]
187 once sync.Once
188 initRepo func(context.Context) (Repo, error)
189 r Repo
199 func (r *cachingRepo) repo(ctx context.Context) Repo {
[all …]