Hi!

What is the best way to iterate over the keys only from a cache ? I don't want the values because these are long text strings so will slow down the iterator a lot.

Pretty much the Ignite way of doing map.keySet().iterator();

Mikael


Reply via email to