Versions in this module Expand all Collapse all v0 v0.32.0 Apr 8, 2026 v0.31.1 Feb 11, 2026 v0.31.0 Feb 2, 2026 Changes in this version + type Bucket struct + func NewBucket[V comparable](capacity int) *Bucket[V] + func (b *Bucket[V]) IsStale() (stale bool) + func (b *Bucket[V]) Upsert(value V, priority time.Time) (ok bool)