Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Stop
Method
Stop
cache/lru.go:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(l *LRUCache) Stop() {
199
l.c.Stop()
200
}
201
202
func
(l *LRUCache) Delete(ctx context.Context, key string) error {
203
l.mtx.Lock()
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected