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