pub const SAGA_LRU_CAP: usize = 256;
Maximum number of (saga_id, kind) entries held in the LRU. Spec §3.7: bound 256 — far above any realistic concurrent saga count.
(saga_id, kind)