| 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. |
Copyright © 2018. All rights reserved.