GradleConfigurationCacheResult

constructor(@Json(name = "outcome") outcome: GradleConfigurationCacheResult.Outcome, @Json(name = "entrySize") entrySize: Long? = null, @Json(name = "store") store: GradleConfigurationCacheStoreResult? = null, @Json(name = "load") load: GradleConfigurationCacheLoadResult? = null, @Json(name = "missReasons") missReasons: List<String>? = null)

Parameters

outcome

The outcome of the configuration cache operation: * HIT - There was a configuration cache hit. * MISS - There was a configuration cache miss. * FAILED - There was a configuration cache related failure.

entrySize

The size of the configuration entry in bytes. null in case of certain failures or if the entry size was not captured.

store
load
missReasons

The reasons why the configuration cache cannot be reused. null if there was no configuration cache hit.