MCPcopy
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
77func (c *Versioned) Stop() {
78 c.cache.Stop()
79}
80
81func (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

StopMethod · 0.65

Tested by

no test coverage detected