package
0.0.0-20230630090556-3c16d7b7d55e
Repository: https://github.com/hhzhhzhhz/sentinel-golang.git
Documentation: pkg.go.dev
# Functions
NewLRU constructs an LRU of the given size.
No description provided by the author
# Structs
LRU implements a non-thread safe fixed size LRU cache.
LruCacheMap use LRU strategy to cache the most frequently accessed hotspot parameter.
# Interfaces
ConcurrentCounterCache cache the hotspot parameter.
# Type aliases
EvictCallback is used to get a callback when a cache entry is evicted.