Interface EvictableEntryView<K,​V>

Type Parameters:
K - the type of the key
V - the type of the value
All Known Subinterfaces:
CacheEntryView<K,​V>, EntryView<K,​V>

public interface EvictableEntryView<K,​V>
Contract point (from the end user perspective) for serving/accessing entries that can be evicted.