GradleConfigurationCacheLoadResult

constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)

Parameters

duration

The duration of the configuration cache load operation in milliseconds.

hasFailed

True when the configuration cache store operation fails, false otherwise.