You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Sergey Evdokimov <se...@gridgain.com> on 2015/02/10 10:58:30 UTC

Adding "public Ignite ignite()" method to IgniteCache interface

Now, Ignite instance can be obtain using "cache.unwrap(Ignite.class)" ,
but it is not an obvious solution.
Ignite instance may be needed to run transaction on the cache.

Also why IgniteCache does not have affinity() method?