package
1.9.2
Repository: https://github.com/buildbuddy-io/buildbuddy.git
Documentation: pkg.go.dev

# Functions

NewLRU constructs an LRU based on the specified config.

# Structs

Config specifies how the LRU cache is to be constructed.
Entry
Entry is used to hold a value in the evictList.
LRU implements a non-thread safe fixed size LRU cache.

# Type aliases

No description provided by the author
EvictedCallback is used to get a callback when a cache Entry is evicted.
No description provided by the author