Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ mockMemcache
Struct
mockMemcache
pkg/cache/memcached_client_test.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
mockMemcache
struct
{
11
sync.RWMutex
12
contents
map
[string][]byte
13
}
14
15
func
newMockMemcache() *mockMemcache {
16
return
&mockMemcache{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected