AbstractBuildCache

API Documentation:AbstractBuildCache

Base implementation for build cache service configuration.

Properties

PropertyDescription
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

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.