Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 268 Bytes

File metadata and controls

6 lines (5 loc) · 268 Bytes

GeeCache 基本上模仿了 groupcache 的实现,支持特性有:

单机缓存和基于 HTTP 的分布式缓存 最近最少访问(Least Recently Used, LRU) 缓存策略 使用 Go 锁机制防止缓存击穿 使用一致性哈希选择节点,实现负载均衡