| Interface | Description |
|---|---|
| Retry.Action<E extends Exception> |
A runnable action that may throw an exception of type
E. |
| Class | Description |
|---|---|
| Cache |
Cache for storing data to be shared between Jib executions.
|
| CachedLayer |
Default implementation of
CachedLayer. |
| CachedLayer.Builder |
Builds a
CachedLayer. |
| Retry<E extends Exception> |
Retries an action until it succeeds, or has retried too often and failed.
|
| Exception | Description |
|---|---|
| CacheCorruptedException |
Thrown if the the cache was found to be corrupted.
|
Copyright © 2019. All rights reserved.