pub fn read_cache(path: &Path) -> Result<BakeCache, StoreError>Expand description
Read the bake-only cache. Caller decides what to do on error — the bake treats any error here as “no cache, parse from scratch”.
pub fn read_cache(path: &Path) -> Result<BakeCache, StoreError>Read the bake-only cache. Caller decides what to do on error — the bake treats any error here as “no cache, parse from scratch”.