MCPcopy
hub / github.com/grafana/dskit / Delete

Method Delete

cache/cache.go:55–55  ·  view source on GitHub ↗

Delete deletes a key from a cache.

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

53
54 // Delete deletes a key from a cache.
55 Delete(ctx context.Context, key string) error
56
57 // Stop client and release underlying resources.
58 Stop()

Callers 7

DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65

Implementers 7

Versionedcache/versioned.go
MemcachedClientcache/memcached_client.go
LRUCachecache/lru.go
MockCachecache/mock.go
SpanlessTracingCachecache/tracing.go
SnappyCachecache/compression.go

Calls

no outgoing calls

Tested by 2