Hi Jimmy, Ignite stores data in serialized form, i.e. the object that you put is serialized and saved as a byte array. Having said that, you have to use IgniteCache.put() to update the cache.
Note that you can always acquire Ignite instance using Ignition.ignite() method. It's static, so you can do this anywhere in the code. Will this work for you? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-there-a-way-to-get-original-object-reference-from-IgniteCache-tp3611p3613.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
