Versions in this module Expand all Collapse all v0 v0.2.0 Sep 13, 2026 Changes in this version + const Default2QGhostEntries + const Default2QRecentRatio + type Evicted struct + Key K + Value V + type TwoQueue struct + func NewParams[K comparable, V any](Kin int, Kout int, size int) *TwoQueue[K, V] + func New[K comparable, V any](size int) *TwoQueue[K, V] + func (L *TwoQueue[K, V]) Get(key K) *V + func (L *TwoQueue[K, V]) Len() int + func (L *TwoQueue[K, V]) Peek(key K) *V + func (L *TwoQueue[K, V]) Remove(key K) *V + func (L *TwoQueue[K, V]) Set(key K, value V) *Evicted[K, V]