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?
189 Views Asked by Ender At
2
You can always use item version to identify if you need to update the item or not, using caching as the first level of identification, one can verify that does the item needs to be updated or not
Cache Item Version
Edit: In short; no it will not, it's your responsibility