Hi Igniters, I'm looking for a way to get access to the Ignite CacheEntry. For now this is the ways I found:
- Through the queris - Through jsr 107 Cache Iterable - Through jsr 107 Cache itterator - Through IgniteCache::randomEntry() If I remember correctly it was possible to get the CacheEntry from a given key in old version of gridgain community version: GridCacheProjection::entry(K key) GridCacheEntry<K,V> I think it could be a good to introduce this feature at IgniteCache level. Or maybe there is an other way to do it. Thanks, Romain.
