Class UrlExistsCache
- java.lang.Object
-
- tech.kronicle.utils.BaseFileCache
-
- tech.kronicle.plugins.gradle.internal.services.UrlExistsCache
-
public class UrlExistsCache extends tech.kronicle.utils.BaseFileCache
-
-
Constructor Summary
Constructors Constructor Description UrlExistsCache(tech.kronicle.utils.FileUtils fileUtils, UrlExistsCacheConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>getExists(java.lang.String url)voidputExists(java.lang.String url, boolean exists)
-
-
-
Constructor Detail
-
UrlExistsCache
public UrlExistsCache(tech.kronicle.utils.FileUtils fileUtils, UrlExistsCacheConfig config) throws java.io.IOException- Throws:
java.io.IOException
-
-