gradle
8.3-rc-2
Java API
gradle
/
org.gradle.caching.configuration
/
BuildCache
Build
Cache
Java API
interface
BuildCache
Configuration object for a build cache.
Inheritors
AbstractBuildCache
Members
Functions
is
Enabled
Link copied to clipboard
Java API
abstract
fun
isEnabled
(
)
:
Boolean
Returns whether the build cache is enabled.
is
Push
Link copied to clipboard
Java API
abstract
fun
isPush
(
)
:
Boolean
Returns whether a given build can store outputs in the build cache.
set
Enabled
Link copied to clipboard
Java API
abstract
fun
setEnabled
(
enabled
:
Boolean
)
Sets whether the build cache is enabled.
set
Push
Link copied to clipboard
Java API
abstract
fun
setPush
(
enabled
:
Boolean
)
Sets whether a given build can store outputs in the build cache.