cacheArtifactSize

val cacheArtifactSize: Long? = null

Parameters

cacheArtifactSize

The number of bytes of the produced or consumed cache artifact. For a goal execution where the outputs are successfully stored to a local or remote cache, this is the size of the stored cache artifact. For a goal execution where the outputs are successfully loaded from a local or remote cache, this is the size of the loaded cache artifact. null if the goal execution is not cacheable, or if the attempt to store or load the artifact from cache does not succeed.