Class CacheUtils

java.lang.Object
io.trino.cache.CacheUtils

public final class CacheUtils extends Object
  • Method Details

    • uncheckedCacheGet

      public static <K, V> V uncheckedCacheGet(com.google.common.cache.Cache<K,V> cache, K key, Supplier<V> loader)
    • invalidateAllIf

      public static <K> void invalidateAllIf(com.google.common.cache.Cache<K,?> cache, Predicate<? super K> filterFunction)