gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.caching
/
BuildCacheKey
Build
Cache
Key
API
interface
BuildCacheKey
(
source
)
Cache key identifying an entry in the build cache.
Since
3.3
Members
Functions
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.