Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
322
func
(c *BenchFastCache) Del(key string) {
323
c.cache.Del([]byte(key))
324
}
325
326
func
(c *BenchFastCache) Log() *policyLog {
327
return
c.log
Callers
nothing calls this directly
Calls
1
Del
Method · 0.65
Tested by
no test coverage detected