| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache |
| Modifier and Type | Method and Description |
|---|---|
CachedLayer |
CachedLayer.Builder.build() |
CachedLayer |
Cache.writeCompressedLayer(Blob compressedLayerBlob)
Saves a cache entry with a compressed layer
Blob. |
CachedLayer |
Cache.writeUncompressedLayer(Blob uncompressedLayerBlob,
com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Saves a cache entry with an uncompressed layer
Blob and an additional selector digest. |
| Modifier and Type | Method and Description |
|---|---|
Optional<CachedLayer> |
Cache.retrieve(DescriptorDigest layerDigest)
Retrieves the
CachedLayer for the layer with digest layerDigest. |
Optional<CachedLayer> |
Cache.retrieve(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Retrieves the
CachedLayer that was built from the layerEntries. |
Copyright © 2019. All rights reserved.