tags:

views:

19

answers:

1

I.e. if the application makes multiple writes to the same object, will NCache make only one update to the datasource? (using only the latest values?)

A: 

No, it does not combine operations. If you do multiple updates of same object, ncache will make same number of updates to the datasource. Thats what I have experienced.

cornerback84