GradleBuildCachePerformanceBuildCaches

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)