package
Version:
v0.0.0-...-977b0b9
Opens a new window with list of versions in this module.
Published: Sep 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
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)
}
LRU cache
func (c *Cache) RemoveOldest()
缓存淘汰
type Value interface {
Len() int
}
实现了Value接口的值都可被Cache接受
Source Files
¶
Click to show internal directories.
Click to hide internal directories.