Interface NonKeyEvictableCache<K,V>

All Superinterfaces:
com.google.common.cache.Cache<K,V>

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