MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Get

Method Get

cachebench/cache_bench_test.go:39–39  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

37
38type Cache interface {
39 Get(key []byte) ([]byte, error)
40 Set(key []byte, value []byte) error
41}
42

Callers

nothing calls this directly

Implementers 7

BenchOptimalcachebench/ristretto/cache.go
BenchRistrettocachebench/ristretto/cache.go
BenchBaseMutexcachebench/ristretto/cache.go
BenchBigCachecachebench/ristretto/cache.go
BenchFastCachecachebench/ristretto/cache.go
BenchFreeCachecachebench/ristretto/cache.go
BenchGoburrowcachebench/ristretto/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected