pub fn check_cache(
stage_name: &str,
current_cache_key: &str,
current_cmd_hash: &str,
current_deps_hashes: &[(String, String)],
current_params_hash: &str,
lock: &Option<LockFile>,
forced: bool,
upstream_rerun: &[String],
) -> CacheDecisionExpand description
Check cache status for a stage