Skip to main content

try_cache_check_blocking

Function try_cache_check_blocking 

Source
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.