ref: dc634ee5daef8268203b26c1b14ab59c11f7f59c dir: /internal/lru/entries.go/
package lru type entry[K comparable, V any] struct { key K value V weight int64 }