# 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.