BuildCache

interface BuildCache(source)

Configuration object for a build cache.

Since

3.5

Inheritors

Functions

Link copied to clipboard
abstract fun getEnabled(): Property<Boolean>
Controls whether the build cache is enabled.
Link copied to clipboard
@ReplacedBy(value = "getEnabled()")
open fun getIsEnabled(): Property<Boolean>
Controls whether the build cache is enabled.
Link copied to clipboard
@ReplacedBy(value = "getPush()")
open fun getIsPush(): Property<Boolean>
Controls whether a given build can store outputs in the build cache.
Link copied to clipboard
abstract fun getPush(): Property<Boolean>
Controls whether a given build can store outputs in the build cache.