Package io.trino.cache
package io.trino.cache
-
ClassDescriptionBuilder for
CacheandLoadingCacheinstances, similar toCacheBuilder, but creating cache implementations that do not exhibit Guava issue #1881: a cache inspection withCache.getIfPresent(Object)orCache.get(Object, Callable)is guaranteed to return fresh state afterCache.invalidate(Object),Cache.invalidateAll(Iterable)orCache.invalidateAll()were called.NonEvictableCache<K,V> ACachethat does not support eviction.ALoadingCachethat does not support eviction.NonKeyEvictableCache<K,V> ACachethat does not support key-based eviction.ALoadingCachethat does not support key-based eviction.