package
Version:
v0.0.0-...-b97aeb0
Opens a new window with list of versions in this module.
Published: Nov 2, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewLRU(maxEntries int) *LRU
func (l *LRU) Add(key Key, value interface{})
func (l *LRU) Get(key Key) (value interface{}, ok bool)
func (l *LRU) RemoveOldest()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.