package
0.18.1
Repository: https://go.googlesource.com/tools
Documentation: pkg.go.dev

# Functions

New creates a new Cache with the given capacity, which must be positive.

# Structs

A Cache is a fixed-size in-memory LRU cache, storing values of type V keyed by keys of type K.