sbt/util-cache
Eugene Yokota fbd1fb8398 Check the digest during sync
**Problem**
Currently `syncBlobs` delete the existing files in the out directory when remote cache kicks in.

**Solution**
1. This refactors `Digest(...)` and adds support for `Digest.apply(Path)` and `Digest.sameDigest(...)`
2. This uses the `sameDigest` to compare the digest and replace the existing out files only when it needs to
2024-08-13 02:39:12 -04:00
..
src Check the digest during sync 2024-08-13 02:39:12 -04:00
NOTICE Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00