Home
last modified time | relevance | path

Searched defs:Cache (Results 101 – 125 of 6593) sorted by relevance

12345678910>>...264

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go13 type Cache struct { struct
14 lru *simplelru.LRU
15 lock sync.RWMutex
37 func (c *Cache) Purge() {
44 func (c *Cache) Add(key, value interface{}) bool {
51 func (c *Cache) Get(key interface{}) (interface{}, bool) {
59 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
48 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
56 func (c *Cache) Contains(key interface{}) bool {
85 func (c *Cache) Remove(key interface{}) {
92 func (c *Cache) RemoveOldest() {
99 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/hashicorp/golang-lru/golang-lru-0.5.1/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
49 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
58 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go10 type Cache struct { struct
11 lru simplelru.LRUCache
12 lock sync.RWMutex
34 func (c *Cache) Purge() {
41 func (c *Cache) Add(key, value interface{}) (evicted bool) {
48 func (c *Cache) Get(key interface{}) (value interface{}, ok bool) {
56 func (c *Cache) Contains(key interface{}) bool {
85 func (c *Cache) Remove(key interface{}) {
92 func (c *Cache) RemoveOldest() {
99 func (c *Cache) Keys() []interface{} {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/golang-lru/
H A Dlru.go13 type Cache struct { struct
14 lru *simplelru.LRU
15 lock sync.RWMutex
37 func (c *Cache) Purge() {
44 func (c *Cache) Add(key, value interface{}) bool {
51 func (c *Cache) Get(key interface{}) (interface{}, bool) {
59 func (c *Cache) Contains(key interface{}) bool {
89 func (c *Cache) Remove(key interface{}) {
96 func (c *Cache) RemoveOldest() {
103 func (c *Cache) Keys() []interface{} {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/caddyserver/certmagic/
H A Dcache.go49 type Cache struct { struct
51 options CacheOptions
54 cache map[string]Certificate
57 cacheIndex map[string][]string
60 mu sync.RWMutex
63 stopChan chan struct{}
66 doneChan chan struct{}
68 logger *zap.Logger
130 func (certCache *Cache) Stop() {
182 func (certCache *Cache) cacheCertificate(cert Certificate) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dcache.h39 typedef struct Cache struct
47 CacheStats stats; argument
48 void *(*get_key)(struct CacheQuery *); argument
49 void *(*create_entry)(struct Cache *, CacheQuery *); argument
50 void *(*update_entry)(struct Cache *, CacheQuery *); argument
51 void (*missing_error)(const struct Cache *, const CacheQuery *); argument
54 void (*pre_destroy_hook)(struct Cache *); argument
62 } Cache; typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/go/internal/cache/
H A Dcache.go32 type Cache struct { struct
33 dir string
34 log *os.File
35 now func() time.Time
77 func (c *Cache) fileName(id [HashSize]byte, key string) string {
126 func (c *Cache) Get(id ActionID) (Entry, error) {
140 func (c *Cache) get(id ActionID) (Entry, error) {
208 func (c *Cache) OutputFile(out OutputID) string {
241 func (c *Cache) used(file string) {
250 func (c *Cache) Trim() {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/honnef.co/go/tools/internal/cache/
H A Dcache.go37 type Cache struct { struct
38 dir string
39 now func() time.Time
76 func (c *Cache) fileName(id [HashSize]byte, key string) string {
125 func (c *Cache) Get(id ActionID) (Entry, error) {
139 func (c *Cache) get(id ActionID) (Entry, error) {
220 func (c *Cache) OutputFile(out OutputID) string {
253 func (c *Cache) used(file string) {
262 func (c *Cache) Trim() {
289 func (c *Cache) trimSubdir(subdir string, cutoff time.Time) {
[all …]

12345678910>>...264