//! Finite State Machine for cache orchestration.
//!//! Coordinates the entire cache lifecycle: checking predicates, looking up cache,
//! calling upstream on miss, applying stale policies, and updating cache with responses.
modfuture;modstates;pubmodtransitions;pubusefuture::CacheFuture;pubusestates::{PollCacheFuture, State, UpdateCache};