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