pub fn lookup(
cache: &TaskCacheConfig,
action_digest: &Digest,
task: &Task,
) -> Result<Option<ActionResult>>Expand description
Query the action cache for a previous result.
ยงErrors
Propagates any error from the underlying ActionCache implementation.