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

Method SetMultiAsync

cache/tracing.go:30–32  ·  view source on GitHub ↗
(data map[string][]byte, ttl time.Duration)

Source from the content-addressed store, hash-verified

28}
29
30func (t *SpanlessTracingCache) SetMultiAsync(data map[string][]byte, ttl time.Duration) {
31 t.next.SetMultiAsync(data, ttl)
32}
33
34func (t *SpanlessTracingCache) Set(ctx context.Context, key string, value []byte, ttl time.Duration) error {
35 return t.next.Set(ctx, key, value, ttl)

Callers

nothing calls this directly

Calls 1

SetMultiAsyncMethod · 0.65

Tested by

no test coverage detected