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?)
Does NCache's write-behind functionality do coalescing/combining?
216 Views Asked by Ender At
2
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.