VerificationCache

class VerificationCache(gradleUserHome: File = File(System.getProperty("user.home"), ".gradle"))(source)

Constructors

Link copied to clipboard
constructor(gradleUserHome: File = File(System.getProperty("user.home"), ".gradle"))

Functions

Link copied to clipboard
fun clear(): Boolean
Link copied to clipboard
fun isVerified(label: String, artifact: File): Boolean
Link copied to clipboard
fun markVerified(label: String, artifact: File)