DirectoryBuildCache

API Documentation:DirectoryBuildCache

Configuration object for the local directory build cache.

Properties

PropertyDescription
directory

The directory to use to store the build cache.

enabled

Controls whether the build cache is enabled. Added for Kotlin source compatibility.

push

Controls whether a given build can store outputs in the build cache.

Methods

No methods

Script blocks

No script blocks

Property details

The directory to use to store the build cache.

Property<Boolean> enabled

Controls whether the build cache is enabled. Added for Kotlin source compatibility.

Controls whether a given build can store outputs in the build cache.