Uses of Interface
io.trino.cache.NonKeyEvictableCache
-
Uses of NonKeyEvictableCache in io.trino.cache
Methods in io.trino.cache that return NonKeyEvictableCacheModifier and TypeMethodDescriptionstatic <K,V> NonKeyEvictableCache<K, V> SafeCaches.buildNonEvictableCacheWithWeakInvalidateAll(com.google.common.cache.CacheBuilder<? super K, ? super V> cacheBuilder) Builds a cache that supportsCache.invalidateAll()with best-effort semantics: there is no guarantee that cache is empty afterinvalidateAll()returns, or that subsequent read will not see stale state.