public class Caches
extends java.lang.Object
implements java.io.Closeable
In general, the cache for base image layers should be shared between projects, while the cache for the application image layers should be specific to a single project.
| Modifier and Type | Class and Description |
|---|---|
static class |
Caches.Initializer
Initializes a
Caches with directory paths. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Cache |
getApplicationCache() |
Cache |
getBaseCache() |