Versions in this module Expand all Collapse all v0 v0.121.0 Mar 4, 2025 v0.120.1 Feb 19, 2025 v0.120.0 Feb 18, 2025 Changes in this version + type Cache interface + Delete func(id pcommon.TraceID) + Get func(id pcommon.TraceID) (V, bool) + Put func(id pcommon.TraceID, v V) + func NewLRUDecisionCache[V any](size int) (Cache[V], error) + func NewNopDecisionCache[V any]() Cache[V]