golang.org/x/pkgsite/internal/worker.Fetcher.Cache (field)
5 uses
golang.org/x/pkgsite/internal/worker (current package)
fetch.go#L47: Cache *cache.Cache
fetch.go#L287: if f.Cache == nil {
fetch.go#L293: if err := f.Cache.Delete(ctx, "/"+seriesPath); err != nil {
fetch.go#L298: if err := f.Cache.DeletePrefix(ctx, fmt.Sprintf("/%s%c", seriesPath, end)); err != nil {
server.go#L307: Cache: s.cache,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |