pub fn try_cache_check_blocking(
key: &CacheKey,
validator: &CacheValidator,
requester_agent_id: Option<&str>,
requester_conversation_id: Option<&str>,
) -> Option<DeliveryEntryV2>Expand description
Check the daemon’s generalized cross-agent cache (all DeliveryKinds). Returns the cached entry on hit, None on miss or daemon unreachable.