MCPcopy
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
198func (l *LRUCache) Stop() {
199 l.c.Stop()
200}
201
202func (l *LRUCache) Delete(ctx context.Context, key string) error {
203 l.mtx.Lock()

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected