pub fn needs_refresh(home: &Path, cache_dir: &Path, current: &Identity) -> boolExpand description
Has the source building against cache_dir changed since the last record?
True (needs a refresh) whenever nothing was ever recorded — the
conservative default for a cache directory this process has not tracked
before.