MCPcopy Create free account
hub / github.com/allegro/bigcache / Hash

Method Hash

iterator.go:36–38  ·  view source on GitHub ↗

Hash returns entry's hash value

()

Source from the content-addressed store, hash-verified

34
35// Hash returns entry's hash value
36func (e EntryInfo) Hash() uint64 {
37 return e.hash
38}
39
40// Timestamp returns entry's timestamp (time of insertion)
41func (e EntryInfo) Timestamp() uint64 {

Calls

no outgoing calls

Tested by 1