Hi, When the client executes a query like cache.get(key1) the request will be directed to a server node that holds a value for key1. If key1 is missing in the memory on the server side then it will load it from the cache store, puts into memory and returns for the client.
— Denis > On Jul 11, 2016, at 9:36 AM, daniels <[email protected]> wrote: > > Hi, > I use CacheLoaderFactory(read-through) ,and do simple > cache.get("absentKey"); > after it CacheLoaderFactory loades data from DB. > Now I want know data loaded on client and seted it on server node or load > occured on server node? > > daniels, > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-Partitioned-Mode-tp6172p6202.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
