api / org.gradle.caching / BuildCacheKey

BuildCacheKey

@Incubating interface BuildCacheKey : Describable

Cache key identifying an entry in the build cache.

Since
3.3

Functions

getHashCode

abstract fun getHashCode(): String

Returns the string representation of the cache key.

Inherited Functions

getDisplayName

abstract fun getDisplayName(): String

Returns the display name of this object. It is strongly encouraged to compute it lazily, and cache the value if it is expensive.