//
pkg.gl
Category
github.com/myml/gocache
module
package
0.0.2
Repository:
https://github.com/myml/gocache.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
64 SLOC
#
README
gocache
#
Functions
NewCache
NewCache 初始化缓存,缓存数量超过size将使用lru算法淘汰.
#
Structs
Cache
Cache 一个内存缓存库,支持过期和后台更新.