Uses of Class
com.tangosol.coherence.jcache.localcache.LocalCache
-
Packages that use LocalCache Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache. -
-
Uses of LocalCache in com.tangosol.coherence.jcache.localcache
Fields in com.tangosol.coherence.jcache.localcache declared as LocalCache Modifier and Type Field Description protected LocalCache<K,V>
LocalCacheAsynchronousMapListener. m_cache
Listener for this JCache.Constructors in com.tangosol.coherence.jcache.localcache with parameters of type LocalCache Constructor Description EntryIterator(Iterator<Map.Entry<K,V>> iter, LocalCache<K,V> cache)
Construct an EntryIterator backed by the specified iterator.
-