//
pkg.gl
Category
github.com/flylib/goutils
cache
package
2.0.0+incompatible
Repository:
https://github.com/flylib/goutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
74 SLOC
#
Functions
NewLRUCache
NewLRUCache If maxItemSize is zero, the cache has no limit.if maxItemSize is not zero, when cache's size beyond maxItemSize,start to swap.
#
Structs
LRUCache
LRUCache is an LRU cache.