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