MCPcopy 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
31func (e EntryInfo) Key() string {
32 return e.key
33}
34
35// Hash returns entry's hash value
36func (e EntryInfo) Hash() uint64 {

Callers 2

TestEntriesIteratorFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestEntriesIteratorFunction · 0.64