Interface NonEvictableCache<K,V>

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

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