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

Method Set

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

Source from the content-addressed store, hash-verified

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

Callers 1

newFreeCacheFunction · 0.95

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 1

newFreeCacheFunction · 0.76