MCPcopy
hub / github.com/grafana/tempo / Release

Method Release

pkg/cache/cache.go:48–48  ·  view source on GitHub ↗

Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency

([]byte)

Source from the content-addressed store, hash-verified

46 FetchKey(ctx context.Context, key string) (buf []byte, found bool)
47 // Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency
48 Release([]byte)
49 Stop()
50}
51

Callers 14

CloseMethod · 0.65
CloseMethod · 0.65
findTraceByIDFunction · 0.65
searchTagsFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
findTraceByIDFunction · 0.65
searchTagsFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
findTraceByIDFunction · 0.65
searchTagsFunction · 0.65

Implementers 3

Memcachedpkg/cache/memcached.go
RedisCachepkg/cache/redis_cache.go
mockClientpkg/util/test/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected