| Package | Description |
|---|---|
| com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalCache<K,V> |
LocalCacheAsynchronousMapListener.m_cache
Listener for this JCache.
|
| Constructor and Description |
|---|
EntryIterator(Iterator<Map.Entry<K,V>> iter,
LocalCache<K,V> cache)
Construct an EntryIterator backed by the specified iterator.
|