BuildCacheKey

Cache key identifying an entry in the build cache.

Since

3.3

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Returns the same as getHashCode.
Link copied to clipboard
abstract fun getHashCode(): String
Returns the string representation of the cache key.
Link copied to clipboard
abstract fun toByteArray(): Array<Byte>
Returns the byte array representation of the cache key.