Re: read through not work

2016-05-20 Thread vkulichenko
context: http://apache-ignite-users.70518.x6.nabble.com/read-through-not-work-tp5028p5051.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

read through not work

2016-05-19 Thread Zhengqingzheng
Hi there, I am trying to load a data record via read through method from cache. My cache configuration set read through to true, my cache key is an object with 5 fields, 2 of them might be null. When I called the following functions : IgniteCache binaryCache = cache.withKeepBinary(); BinaryObjec