package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

NewLRUCache creates a new empty cache with the given capacity.

# Structs

Item is what is stored in the cache.
LRUCache is a typical LRU cache implementation.

# Interfaces

Value is the interface values that go into LRUCache need to satisfy.