| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache |
| Modifier and Type | Method and Description |
|---|---|
CachedLayer |
CacheWriter.getCachedLayer(DescriptorDigest layerDigest,
com.google.common.io.CountingOutputStream countingOutputStream) |
CachedLayer |
CacheChecker.getLayer(DescriptorDigest layerDigest) |
CachedLayer |
CacheChecker.getUpToDateLayerBySourceFiles(List<Path> sourceFiles) |
CachedLayer |
CacheWriter.writeLayer(LayerBuilder layerBuilder,
CachedLayerType layerType)
Builds an
UnwrittenLayer from a LayerBuilder and compresses and writes the
UnwrittenLayer's uncompressed layer content BLOB to cache. |
Copyright © 2018. All rights reserved.