SomeCode I don't Know
Author: youaresherlockCreated Oct 24, 2019Updated Oct 24, 2019
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?
Source: golang/groupcache