Class UnboundedLocalCache.EntrySetView<K,V>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
com.github.benmanes.caffeine.cache.UnboundedLocalCache.EntrySetView<K,V>
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
UnboundedLocalCache<K,V>

static final class UnboundedLocalCache.EntrySetView<K,V> extends AbstractSet<Map.Entry<K,V>>
An adapter to safely externalize the entries.