Uses of Interface
io.trino.cache.NonEvictableLoadingCache
-
Uses of NonEvictableLoadingCache in io.trino.cache
Methods in io.trino.cache that return NonEvictableLoadingCacheModifier and TypeMethodDescriptionstatic <K,V> NonEvictableLoadingCache<K, V> SafeCaches.buildNonEvictableCache(com.google.common.cache.CacheBuilder<? super K, ? super V> cacheBuilder, com.google.common.cache.CacheLoader<? super K, V> cacheLoader)