Interface NonKeyEvictableLoadingCache<K,V>

All Superinterfaces:
com.google.common.cache.Cache<K,V>, com.google.common.base.Function<K,V>, Function<K,V>, com.google.common.cache.LoadingCache<K,V>
All Known Subinterfaces:
NonEvictableLoadingCache<K,V>

public interface NonKeyEvictableLoadingCache<K,V> extends com.google.common.cache.LoadingCache<K,V>
A LoadingCache that does not support key-based eviction.