Class CacheProxy.EntryIterator
java.lang.Object
com.github.benmanes.caffeine.jcache.CacheProxy.EntryIterator
- All Implemented Interfaces:
Iterator<javax.cache.Cache.Entry<K,
V>>
- Enclosing class:
CacheProxy<K,
V>
final class CacheProxy.EntryIterator
extends Object
implements Iterator<javax.cache.Cache.Entry<K,V>>
An iterator to safely expose the cache entries.
-
Field Details
-
delegate
-
current
-
cursor
-
-
Constructor Details
-
EntryIterator
EntryIterator()
-
-
Method Details