GradleBuildCachePerformanceBuildCaches

data class GradleBuildCachePerformanceBuildCaches(    @Json(name = "local") val local: GradleBuildCachePerformanceBuildCacheLocalInfo,     @Json(name = "remote") val remote: GradleBuildCachePerformanceBuildCacheRemoteInfo,     @Json(name = "overhead") val overhead: GradleBuildCachePerformanceBuildCacheOverhead)

Information about the local and remote build caches used in the build. null if the build cache is globally disabled.

Parameters

local
remote
overhead

Constructors

Link copied to clipboard
constructor(    @Json(name = "local") local: GradleBuildCachePerformanceBuildCacheLocalInfo,     @Json(name = "remote") remote: GradleBuildCachePerformanceBuildCacheRemoteInfo,     @Json(name = "overhead") overhead: GradleBuildCachePerformanceBuildCacheOverhead)