48495051525354
try { bootstrapSettings.properties().put(CoreProperties.WORKING_DIRECTORY, temp.newFolder().getAbsolutePath()); } catch (IOException e) { throw new RuntimeException(e); } return new Caches(new TempFolderProvider().provide(bootstrapSettings)); }