package
0.0.0-20200912121113-c6def774e8b6
Repository: https://github.com/wencan/cachex.git
Documentation: pkg.go.dev

# README

lrucache

-- import "github.com/wencan/cachex/lrucache"

# Functions

No description provided by the author
NewLRUCache 新建本地LRU缓存类.

# Structs

Expired 数据已过期错误.
No description provided by the author
LRUCache 本地LRU缓存类,实现了cachex.DeletableStorage接口.
NotFound 没找到错误.