package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev

# Functions

NewLRU creates a new LRU cache with default options.
NewLRUWithOptions creates a new LRU cache with the given options.

# Structs

LRU is a concurrent fixed size cache that evicts elements in LRU order as well as by TTL.
Options control the behavior of the cache.

# Interfaces

A Cache is a generalized interface to a cache.

# Type aliases

EvictCallback is a type for notifying applications when an item is scheduled for eviction from the Cache.