//
pkg.gl
Category
golang.org/x/tools/gopls
internal
util
lru
package
0.18.1
Repository:
https://go.googlesource.com/tools
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
135 SLOC
#
Functions
New
New creates a new Cache with the given capacity, which must be positive.
#
Structs
Cache
A Cache is a fixed-size in-memory LRU cache, storing values of type V keyed by keys of type K.