Class UnboundedLocalCache.ValuesIterator<K,V>
java.lang.Object
com.github.benmanes.caffeine.cache.UnboundedLocalCache.ValuesIterator<K,V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
- UnboundedLocalCache<K,
V>
An adapter to safely externalize the value iterator.
-
Field Details
-
cache
-
iterator
-
entry
-
-
Constructor Details
-
ValuesIterator
ValuesIterator(UnboundedLocalCache<K, V> cache)
-
-
Method Details