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