gradle
8.5-rc-2
API
gradle
/
org.gradle.caching
/
BuildCacheKey
Build
Cache
Key
API
interface
BuildCacheKey
:
Describable
(
source
)
Cache key identifying an entry in the build cache.
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Hash
Code
Link copied to clipboard
API
abstract
fun
getHashCode
(
)
:
String
Returns the string representation of the cache key.
to
Byte
Array
Link copied to clipboard
API
abstract
fun
toByteArray
(
)
:
Array
<
Byte
>
Returns the byte array representation of the cache key.