Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ MockCache
Struct
MockCache
cache/mock.go:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
)
19
20
type
MockCache
struct
{
21
mu sync.Mutex
22
cache
map
[string]Item
23
now time.Time
24
}
25
26
func
NewMockCache() *MockCache {
27
c := &MockCache{now: time.Now()}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected