Toggle navigation
Home
org.apache.ignite.IgniteCache to org.apache.ignite.cache.GridCache
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
cache.localPeek(key,CachePeekMode.ONHEAP)
to
cache.peek(key)
cache.localPeek(key,CachePeekMode.ONHEAP)
to
cache.peek(key)
startGrid(i).<Integer,String>jcache(null)
to
startGrid(i).<Integer,String>cache(null)