I use java thin client and here is my java source code.
ClientConfiguration cfg = new
ClientConfiguration.setAddress('igniteIp:clientPort');
IgniteClient igniteClient = Ignition.startClient(cfg);
ClientCache<Integer, Integer> testCache = igniteClient.cache("TEST_CACHE");
for(int i =0; i< 50; i++){
testCache.put(i, i+1);
}
some data is not expiry.. it remains..
I'll waiting for reply.
Thank you so much
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
