Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Delete
Method · 0.65
TestMemcachedClient_Delete
Function · 0.65
Delete
Method · 0.65
Delete
Method · 0.65
Delete
Method · 0.65
Delete
Method · 0.65
TestLRUCache_StoreFetchDelete
Function · 0.65
Implementers
7
Versioned
cache/versioned.go
MemcachedClient
cache/memcached_client.go
LRUCache
cache/lru.go
MockCache
cache/mock.go
InstrumentedMockCache
cache/mock.go
SpanlessTracingCache
cache/tracing.go
SnappyCache
cache/compression.go
Calls
no outgoing calls
Tested by
2
TestMemcachedClient_Delete
Function · 0.52
TestLRUCache_StoreFetchDelete
Function · 0.52