groupcache
groupcache copied to clipboard
SomeCode I don't Know
in lru/lru.go file, there is a struct which holds as below fields *list.List cache map[interface{}]*list.Element
why don't keep only *list.List to implement?