Expand description
Build cache management in .bock/cache/.
Persists build state (content hashes) between builds so that incremental
rebuilds can quickly determine what changed. The cache is stored as JSON
in the project’s .bock/cache/ directory.
Structs§
- Build
Cache - Manages the build cache stored in
.bock/cache/.
Enums§
- Cache
Error - Errors that can occur during cache operations.