My comments are below.
Alexey, feel free to update documentation if you feel anything is missing.
D.
On Thu, Jul 2, 2015 at 8:05 PM, Alexey Kuznetsov <
[hidden email]>
wrote:
Near cache is a configuration. All cache APIs remain the same.
> 2) How it works in different cache modes ATOMIC/TRANSACTIONAL?
>
It works in both, ATOMIC and TRANSACTIONAL modes.
> 3) What will happened in near cache on client node when value changed on
> data node?
>
Depending on the invalidation configuration flag, the value will either be
updated or invalidated.
> 4) Could I use scan/sql local queries on near caches on client nodes?
>
You can get a local iterator over the near cache if needed. There is no
need to index near cache data.
D.
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>