- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/bluele/gcache
- 软件文档: https://github.com/bluele/gcache/blob/master/README.md
- 官方下载: https://github.com/bluele/gcache
软件介绍
为 Golang 打造的缓存库。 它支持可预期的 Cache,LFU,LRU 和 ARC。
功能
支持可预见的 Cache,LFU,LRU 和 ARC。
Goroutine 安全
支持驱逐,清除和添加条目的事件处理程序。 (可选)
如果缓存不存在,则自动加载缓存。 (可选)
安装
$ go get github.com/bluele/gcache
Design for Hackers
David Kadavy / Wiley / 2011-10-18 / USD 39.99
Discover the techniques behind beautiful design?by deconstructing designs to understand them The term ?hacker? has been redefined to consist of anyone who has an insatiable curiosity as to how thin......一起来看看 《Design for Hackers》 这本书的介绍吧!
