Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Stop
Method
Stop
cache/versioned.go:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(c *Versioned) Stop() {
78
c.cache.Stop()
79
}
80
81
func
(c *Versioned) Delete(ctx context.Context, key string) error {
82
return
c.cache.Delete(ctx, c.addVersion(key))
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected