gradle
Toggle table of contents
9.0.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.caching
/
BuildCacheKey
Build
Cache
Key
API
interface
BuildCacheKey
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.