public class WebJarCacheDefault extends Object implements WebJarCache
| Constructor and Description |
|---|
WebJarCacheDefault(ConcurrentMap<String,Optional<String>> cache) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
computeIfAbsent(String key,
Function<String,Optional<String>> function) |
public WebJarCacheDefault(ConcurrentMap<String,Optional<String>> cache)
public Optional<String> computeIfAbsent(String key, Function<String,Optional<String>> function)
computeIfAbsent in interface WebJarCacheCopyright © 2012–2024. All rights reserved.