Categorygithub.com/myml/gocache
modulepackage
0.0.2
Repository: https://github.com/myml/gocache.git
Documentation: pkg.go.dev

# README

gocache

# Functions

NewCache 初始化缓存,缓存数量超过size将使用lru算法淘汰.

# Structs

Cache 一个内存缓存库,支持过期和后台更新.