Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/allegro/bigcache
/ Key
Method
Key
iterator.go:31–33 ·
view source on GitHub ↗
Key returns entry's underlying key
()
Source
from the content-addressed store, hash-verified
29
30
// Key returns entry's underlying key
31
func
(e EntryInfo) Key() string {
32
return
e.key
33
}
34
35
// Hash returns entry's hash value
36
func
(e EntryInfo) Hash() uint64 {
Callers
2
TestEntriesIterator
Function · 0.80
TestEntriesIteratorWithMostShardsEmpty
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestEntriesIterator
Function · 0.64
TestEntriesIteratorWithMostShardsEmpty
Function · 0.64