Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 25, 2020
1 parent 9d59005 commit 055aa75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ReadMe_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ curl localhost:8080/color?name=red
+ lru(提供了LRU方式清楚缓存的算法),
+ singleflight(保证了多次相同请求只去获取值一次,减少了资源消耗),

### 问题
+ 节点销毁怎么处理?
+ 数据更新或者删除?
https://github.com/mailgun/groupcache


### 参考资料
+ [《groupcache 设计原理剖析 》](https://www.dazhuanlan.com/2019/12/11/5df07fcb62cae/?__cf_chl_jschl_tk__=e5a47b230d1b9d89eb3887cab036b09f2e3ea621-1590370196-0-AYcPFk14NmbUvag0bCwvLEwPGpXssbJuZhDvEpan7iZiKQi123FXqUvH-LsRSQaov7ybpQtzh-615A-1ZEDC54TuWv_6ZTwsr3zoEwubtJbUbw2J8PTOnzfviGoQB4UWA9Y1ZVzP5QLQ2BCSNlSYxDlegJsosJAV1xJQf06FNkbXPBEAh0SCE29OAzUhpZx1qOKfiUjkI1NNltnexAUoGKVMymm9ocKiWwcq4y_CnUX3xNGz6wyOTmUjQ0RrS1qcQDN8Z-0Jrzn9z1VbzCbEc8R-bdwdkzo7hqaHZ3goA0AQMpxVWxzRjbsy4YIf7vHWEg)
Expand Down

0 comments on commit 055aa75

Please sign in to comment.