api / org.gradle.tooling.events.task / TaskSuccessResult / isFromCache

isFromCache

abstract fun isFromCache(): Boolean

Returns whether the output for this task was pulled from a build cache when using task output caching.

NOTE: This will always be false if the Gradle version does not support task output caching.

Return
true if the output for this task was from a build cache

Since
3.3