Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSize = 16 * 0x400
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache use map save history
type LRU ¶
type LRU[K, V any] struct { // contains filtered or unexported fields }
LRU Least Recently Used
Click to show internal directories.
Click to hide internal directories.