**Could you back that up, please?**
Sure, the differences are in the way that the cache handles writes. When in Write-Back mode, the default setting, also called Copy-Back, anything that is writen to a memory location that is already in the cache is only writen to the cache and not actually written to the system momory unless that space in cache is going to be used for something else.
While in Write-Through mode, a write to system memory that is currently also in the cache is writen to the cache and to the memory location.
------------------
-There are three types of people, those who can count, and those who can't.-