public interface DownloadCache
| Modifier and Type | Method and Description |
|---|---|
Optional<Path> |
archiveFor(URL url,
ArchiveType archiveType) |
Path |
store(URL url,
ArchiveType archiveType,
Path archive) |
Optional<Path> archiveFor(URL url, ArchiveType archiveType)
Path store(URL url, ArchiveType archiveType, Path archive) throws IOException
IOExceptionCopyright © 2024. All rights reserved.