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

Function newMockMemcachedClientBackend

cache/memcached_client_test.go:429–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427}
428
429func newMockMemcachedClientBackend() *mockMemcachedClientBackend {
430 return &mockMemcachedClientBackend{
431 values: make(map[string]*memcache.Item),
432 }
433}
434
435func (m *mockMemcachedClientBackend) GetMulti(ctx context.Context, keys []string, opts ...memcache.Option) (map[string]*memcache.Item, error) {
436 options := &memcache.Options{}

Calls

no outgoing calls

Tested by

no test coverage detected