Class UnboundedLocalCache.ValuesView<K,V>

java.lang.Object
java.util.AbstractCollection<V>
com.github.benmanes.caffeine.cache.UnboundedLocalCache.ValuesView<K,V>
All Implemented Interfaces:
Iterable<V>, Collection<V>
Enclosing class:
UnboundedLocalCache<K,V>

static final class UnboundedLocalCache.ValuesView<K,V> extends AbstractCollection<V>
An adapter to safely externalize the values.