Package io.trino.collect.cache
Class CacheUtils
java.lang.Object
io.trino.collect.cache.CacheUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> V uncheckedCacheGet(com.google.common.cache.Cache<K, V> cache, K key, Supplier<V> loader)
-
Method Details
-
uncheckedCacheGet
public static <K,V> V uncheckedCacheGet(com.google.common.cache.Cache<K, V> cache, K key, Supplier<V> loader)
-