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