# 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).