Gradle Build Cache Performance Build Cache Local Info
constructor(@Json(name = "isEnabled" ) isEnabled: Boolean, @Json(name = "isPushEnabled" ) isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError" ) isDisabledDueToError: Boolean? = null, @Json(name = "directory" ) directory: String? = null)
Parameters
is Enabled
Indicates whether the local build cache is enabled.
is Push Enabled
Indicates whether pushing to the local build cache is enabled. null
if the local build cache is disabled.
is Disabled Due To Error
Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null
if the local build cache is disabled.
directory
Location of the local build cache. Can be relative or absolute depending on its value. null
if the local build cache is disabled.