package
Version:
v0.0.0-...-6126220
Opens a new window with list of versions in this module.
Published: Jan 11, 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 Cache struct {
OnEvicted func(key string, value Value)
}
缓存的数据结构体
func (c *Cache) RemoveOldest()
lru的最近最久未使用的淘汰方法
type Value interface {
Len() int
}
Value use Len to count how many bytes it takes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.