Class DownloadCache
- java.lang.Object
-
- tech.kronicle.utils.BaseFileCache
-
- tech.kronicle.plugins.gradle.internal.services.DownloadCache
-
public class DownloadCache extends tech.kronicle.utils.BaseFileCache
-
-
Constructor Summary
Constructors Constructor Description DownloadCache(tech.kronicle.utils.FileUtils fileUtils, DownloadCacheConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getContent(java.lang.String url)voidputContent(java.lang.String url, java.lang.String content)
-
-
-
Constructor Detail
-
DownloadCache
public DownloadCache(tech.kronicle.utils.FileUtils fileUtils, DownloadCacheConfig config) throws java.io.IOException- Throws:
java.io.IOException
-
-