MCPcopy
hub / github.com/grafana/dskit / Delete

Method Delete

cache/compression.go:136–138  ·  view source on GitHub ↗

Delete implements Cache.

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

134
135// Delete implements Cache.
136func (s *SnappyCache) Delete(ctx context.Context, key string) error {
137 return s.next.Delete(ctx, key)
138}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected