Ravi, Getting all keys from Ignite's cache should be as easy as
igniteContext.ignite().cacheNames(); On 10 February 2016 at 09:15, Ravi <[email protected]> wrote: > 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. > -- Kind regards, Dima
