package
Version:
v0.0.0-...-3bf8caa
Opens a new window with list of versions in this module.
Published: Aug 2, 2024
License: Apache-2.0, GPL-3.0, 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
¶
New creates an LRU of the given size.
func NewWithEvict(size int, onEvicted func(key interface{}, value interface{})) *lru.Cache
NewWithEvict constructs a fixed size cache with the given eviction
callback.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.