| Constructor and Description |
|---|
Initializer(java.nio.file.Path baseImageLayersCacheDirectory,
boolean shouldEnsureOwnershipOfBaseImageLayersCacheDirectory,
java.nio.file.Path applicationLayersCacheDirectory,
boolean shouldEnsureOwnershipOfApplicationLayersCacheDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Caches |
init() |
public Initializer(java.nio.file.Path baseImageLayersCacheDirectory,
boolean shouldEnsureOwnershipOfBaseImageLayersCacheDirectory,
java.nio.file.Path applicationLayersCacheDirectory,
boolean shouldEnsureOwnershipOfApplicationLayersCacheDirectory)
baseImageLayersCacheDirectory - cache for the application image layers - usually not
local to the application projectshouldEnsureOwnershipOfBaseImageLayersCacheDirectory - if true, ensures the base
image layers cache directory is safe to write toapplicationLayersCacheDirectory - cache for the application image layers - usually local
to the application projectshouldEnsureOwnershipOfApplicationLayersCacheDirectory - if true, ensures the
base image layers cache directory is safe to write topublic Caches init() throws CacheMetadataCorruptedException, CacheDirectoryNotOwnedException, CacheDirectoryCreationException, java.io.IOException
CacheMetadataCorruptedExceptionCacheDirectoryNotOwnedExceptionCacheDirectoryCreationExceptionjava.io.IOException