api / org.gradle.caching / BuildCacheEntryReader

BuildCacheEntryReader

@Incubating interface BuildCacheEntryReader

A reader for build cache entries.

Since
3.3

Functions

readFrom

abstract fun readFrom(input: InputStream): Unit

Read a build cache entry from the given input stream.

The given input stream will be closed by this method.