Home
last modified time | relevance | path

Searched refs:gocache (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/www/gitea/gitea-1.16.5/vendor/github.com/couchbase/gomemcached/
H A DREADME.markdown16 The basic design can be seen in [gocache]. A [storage
31 [gocache]: gomemcached/blob/master/gocache/gocache.go
32 [storage]: gomemcached/blob/master/gocache/mc_storage.go
H A D.gitignore5 /gocache/gocache
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/edgegrid/
H A Dprofilecache.go7 gocache "github.com/patrickmn/go-cache" packageName
13 profileCache gocache.Cache
20 func InitCache() (gocache.Cache, error) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/edgegrid/
H A Dprofilecache.go7 gocache "github.com/patrickmn/go-cache" packageName
13 profileCache gocache.Cache
20 func InitCache() (gocache.Cache, error) {
/dports/www/grafana8/grafana-8.3.6/pkg/infra/localcache/
H A Dcache.go6 gocache "github.com/patrickmn/go-cache" packageName
11 *gocache.Cache
21 Cache: gocache.New(defaultExpiration, cleanupInterval),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/.gitlab/ci/
H A D_common.gitlab-ci.yml74 GOCACHE: $CI_PROJECT_DIR/.gocache-$CI_COMMIT_REF_PROTECTED
79 - $CI_PROJECT_DIR/.gocache-false/
91 GOCACHE: $CI_PROJECT_DIR\.gocache-$CI_COMMIT_REF_PROTECTED
96 - $CI_PROJECT_DIR\.gocache-false\
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/reboot/
H A Dexperiment_toolid_test.go43 gocache, err := os.MkdirTemp("", "experiment-gocache")
47 defer os.RemoveAll(gocache)
48 env = append(env, "GOCACHE="+gocache)
/dports/www/grafana8/grafana-8.3.6/pkg/api/avatar/
H A Davatar.go27 gocache "github.com/patrickmn/go-cache" packageName
76 cache *gocache.Cache
108 if err := a.cache.Add(hash, avatar, gocache.DefaultExpiration); err != nil {
131 cache: gocache.New(time.Hour, time.Hour*2),
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go111 gopath, gocache string member
668 var gocache, gopath, gopackagesdriver bool
679 v.gocache = split[1]
680 gocache = true
705 if !gocache {
706 if gocache, ok := envMap["GOCACHE"]; ok {
707 v.gocache = gocache
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go111 gopath, gocache string member
655 var gocache, gopath, gopackagesdriver bool
666 v.gocache = split[1]
667 gocache = true
692 if !gocache {
693 if gocache, ok := envMap["GOCACHE"]; ok {
694 v.gocache = gocache
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go111 gopath, gocache string member
668 var gocache, gopath, gopackagesdriver bool
679 v.gocache = split[1]
680 gocache = true
711 if !gocache {
712 if gocache, ok := envMap["GOCACHE"]; ok {
713 v.gocache = gocache
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go111 gopath, gocache string member
667 var gocache, gopath, gopackagesdriver bool
678 v.gocache = split[1]
679 gocache = true
704 if !gocache {
705 if gocache, ok := envMap["GOCACHE"]; ok {
706 v.gocache = gocache
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net/goreplay/goreplay-1.2.0/vendor/golang.org/x/net/net-ab3426394381/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/devel/git-lfs/git-lfs-3.0.2/debian/
H A Drules27 mkdir -p /tmp/gocache
28 GO111MODULE=on GOFLAGS=-mod=vendor GOCACHE=/tmp/gocache dh $@ --buildsystem=golang --with=golang
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile10 RUN mkdir /gocache
11 ENV GOCACHE /gocache

12345678910>>...14