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