gradle
Toggle table of contents
9.6.0-20260420115815+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.caching.configuration
/
AbstractBuildCache
Abstract
Build
Cache
API
abstract
class
AbstractBuildCache
:
BuildCache
(
source
)
Base implementation for build cache service configuration.
Since
3.5
Inheritors
HttpBuildCache
DirectoryBuildCache
Members
Constructors
Abstract
Build
Cache
Link copied to clipboard
API
constructor
(
)
Functions
get
Enabled
Link copied to clipboard
API
abstract
fun
getEnabled
(
)
:
Property
<
Boolean
>
Controls whether the build cache is enabled.
get
Is
Enabled
Link copied to clipboard
API
@
ReplacedBy
(
value
=
"getEnabled()"
)
open
fun
getIsEnabled
(
)
:
Property
<
Boolean
>
Controls whether the build cache is enabled.
get
Is
Push
Link copied to clipboard
API
@
ReplacedBy
(
value
=
"getPush()"
)
open
fun
getIsPush
(
)
:
Property
<
Boolean
>
Controls whether a given build can store outputs in the build cache.
get
Push
Link copied to clipboard
API
abstract
fun
getPush
(
)
:
Property
<
Boolean
>
Controls whether a given build can store outputs in the build cache.