BuildCache

interface BuildCache(source)

Configuration object for a build cache.

Since

3.5

Inheritors

Functions

Link copied to clipboard
abstract fun isEnabled(): Boolean
Returns whether the build cache is enabled.
Link copied to clipboard
abstract fun isPush(): Boolean
Returns whether a given build can store outputs in the build cache.
Link copied to clipboard
abstract fun setEnabled(enabled: Boolean)
Sets whether the build cache is enabled.
Link copied to clipboard
abstract fun setPush(enabled: Boolean)
Sets whether a given build can store outputs in the build cache.