i have named object of ignitecache .
cache= ignite.getOrCreateCache(cacheregion);
cache.put(key, value);
i store the data into cache using region and key with its value.
now i want to fetch all the keys only ??
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/how-to-get-all-keys-stored-into-ignitecache-tp2916.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
