IgniteCache icache = ...
icache .get(key1, timeout)...icache .get(keyn, timeout)
I'm looking forward to use ignite as below:IgniteCache icache = ...icache .get(key1, timeout)...icache .get(keyn, timeout)Unfortunately it is no way.How can i get igniteCache data with timeout?Best Wishes.Thanks.