MCPcopy
hub / github.com/golang/groupcache / Key

Interface Key

lru/lru.go:37–37  ·  view source on GitHub ↗

A Key may be any value that is comparable. See http://golang.org/ref/spec#Comparison_operators

Source from the content-addressed store, hash-verified

35
36// A Key may be any value that is comparable. See http://golang.org/ref/spec#Comparison_operators
37type Key interface{}
38
39type entry struct {
40 key Key

Callers 1

TestEvictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected