1. Your program worked for me! 2. I added something to my LoadCache(Action<int, Associate>, params object[] args) method in OracleStore.cs. I added the following 3 lines after the while loop: reader.Dispose(); cmd.Dispose(); con.Dispose(); Console returned a non-zero cache size of 5136, however, the queries I wanted to do and the queries counted by the method is 10,000 - I was wondering what happened to the other ~5000 queries and why they aren't in cache?
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/