@Incubating public interface BuildCacheEntryWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeTo(OutputStream output) |
Writes a build cache entry to the given stream.
|
void writeTo(OutputStream output) throws IOException
output - output stream to write build cache entry toIOException - when an I/O error occurs when writing the cache entry to the given output stream