haz-cache 0.1.0

Content-addressed cache for haz task outputs using BLAKE3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# haz-cache

Content-addressed cache for `haz` task outputs, keyed by BLAKE3. Stores task
inputs, outputs, and exit information so unchanged tasks can be replayed
instead of re-executed.

Part of the [haz](https://forge.cloudsling.dev/andreu/haz-cli) workspace task
runner. The caching model is specified in
[`docs/spec/09-caching.md`](https://forge.cloudsling.dev/andreu/haz-cli/src/branch/main/docs/spec/09-caching.md)
in the project repository.

License: AGPL-3.0-or-later. See [`LICENSE.md`](LICENSE.md).