package
0.0.0-20230529124418-512269d081cf
Repository: https://github.com/alexz33/utils.git
Documentation: pkg.go.dev

# Functions

New - create a new lru cache object.
No description provided by the author

# Structs

Element - node to store cache item.
LRUCache - a data structure that is efficient to insert/fetch/delete cache items [both O(1) time complexity].
SyncCache - concurrent cache structure 并发缓存结构.