Load a cache from disk.
cache file path
the parsed cache, or a fresh empty cache if the file is absent
Error on malformed JSON ("corrupt cache") or schema mismatch
loadCache('issue-cache.json').phase // => 'fetch-repos' (when the file is absent) Copy
loadCache('issue-cache.json').phase // => 'fetch-repos' (when the file is absent)
Load a cache from disk.