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