//
pkg.gl
Category
github.com/AlexZ33/utils
cache
lrucache
package
0.0.0-20230529124418-512269d081cf
Repository:
https://github.com/alexz33/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
184 SLOC
#
Functions
New
New - create a new lru cache object.
NewSyncCache
No description provided by the author
#
Structs
Element
Element - node to store cache item.
LRUCache
LRUCache - a data structure that is efficient to insert/fetch/delete cache items [both O(1) time complexity].
SyncCache
SyncCache - concurrent cache structure 并发缓存结构.