Skip to main content

Module cache

Module cache 

Source
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§

BuildCache
Manages the build cache stored in .bock/cache/.

Enums§

CacheError
Errors that can occur during cache operations.