github.com/golang/groupcache/lru.entry.key (field)

4 uses

	github.com/golang/groupcache/lru (current package)
		lru.go#L40: 	key   Key
		lru.go#L109: 	delete(c.cache, kv.key)
		lru.go#L111: 		c.OnEvicted(kv.key, kv.value)
		lru.go#L128: 			c.OnEvicted(kv.key, kv.value)