gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.