| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache |
| 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. |
Optional<ManifestAndConfig> |
Cache.retrieveMetadata(ImageReference imageReference)
Retrieves the cached manifest and container configuration for an image reference.
|
Copyright © 2019. All rights reserved.