package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CallBack func(key interface{}, value interface{})
func (l *Lru) Add(key interface{}, val interface{}) error
func (l *Lru) Del(key interface{})
func (l *Lru) Get(key interface{}) (val interface{}, ok bool)
type Node struct {
Key interface{}
Val interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.