akriti91 wrote > I cannot figure out how to read from the cache, write to the file and > update into the file. How do I get the key stored in this case??
I'm not sure I understand. To get the existing value you can simply use IgniteCache.get() method. Is it what you're looking for? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-load-cache-when-reading-data-from-txt-files-tp3747p3799.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
