Package io.github.bonigarcia.wdm.cache
Class ResolutionCache
java.lang.Object
io.github.bonigarcia.wdm.cache.ResolutionCache
Resolution cache.
- Since:
- 3.0.0
- Author:
- Boni Garcia
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
checkKeyInResolutionCache
(String key, boolean showLog) void
clear()
void
putValueInResolutionCacheIfEmpty
(String key, String value, int ttl)
-
Constructor Details
-
ResolutionCache
-
-
Method Details
-
getValueFromResolutionCache
-
putValueInResolutionCacheIfEmpty
-
clear
public void clear() -
checkKeyInResolutionCache
-
checkKeyInResolutionCache
-