toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.caching
/
BuildCacheEntryWriter
Build
Cache
Entry
Writer
API
interface
BuildCacheEntryWriter
(
source
)
Writer to serialize a build cache entry.
Since
3.3
Members
Functions
get
Size
Link copied to clipboard
API
abstract
fun
getSize
(
)
:
Long
Returns the size of the build cache entry to be written.
write
To
Link copied to clipboard
API
abstract
fun
writeTo
(
output
:
OutputStream
)
Writes a build cache entry to the given stream.