Toggle navigation
Home
org.apache.ignite.internal.processors.cache.CacheProjection to org.apache.ignite.IgniteCache
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
cache.peek(i)
to
cache.localPeek(i)
keyFactory.apply(key)
to
key
keyFactory.apply(key)
to
key
cache.name()
to
cache.getName()
keyFactory.apply(key)
to
key
Rename Method invocation
clearLocally
to
localClear