Package com.google.cloud.tools.jib.cache
-
Interface Summary Interface Description Retry.Action<E extends java.lang.Exception> A runnable action that may throw an exception of typeE
. -
Class Summary Class Description Cache Cache for storing data to be shared between Jib executions.CachedLayer A reference to an image layer that is in the Cache.CachedLayer.Builder Builds aCachedLayer
.Retry<E extends java.lang.Exception> Retries an action until it succeeds, or has retried too often and failed. -
Exception Summary Exception Description CacheCorruptedException Thrown if the the cache was found to be corrupted.