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

Method Del

cachebench/ristretto/cache.go:322–324  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

320}
321
322func (c *BenchFastCache) Del(key string) {
323 c.cache.Del([]byte(key))
324}
325
326func (c *BenchFastCache) Log() *policyLog {
327 return c.log

Callers

nothing calls this directly

Calls 1

DelMethod · 0.65

Tested by

no test coverage detected