# Functions

New creates a weighted LRU of the given size.
NewWeightedLRU constructs an LRU of the given weight and size.

# Structs

Cache implements a non-thread safe fixed size/weight LRU cache.

# Type aliases

EvictCallback is used to get a callback when a cache entry is evicted.