Zehao Liu
Results
1
comments of
Zehao Liu
> @OwenLiGithub > func (c *Cache) Get(key string) (value Value, ok bool) { > if ele, ok := c.cache[key]; ok { > c.ll.MoveToFront(ele) > kv := ele.Value.(*entry) > return kv.value,...