//
pkg.gl
Category
github.com/wencan/cachex
lrucache
package
0.0.0-20200912121113-c6def774e8b6
Repository:
https://github.com/wencan/cachex.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
279 SLOC
#
README
lrucache
-- import "github.com/wencan/cachex/lrucache"
#
Functions
NewListMap
No description provided by the author
NewLRUCache
NewLRUCache 新建本地LRU缓存类.
#
Structs
Expired
Expired 数据已过期错误.
ListMap
No description provided by the author
LRUCache
LRUCache 本地LRU缓存类,实现了cachex.DeletableStorage接口.
NotFound
NotFound 没找到错误.