2 options: (a)Write-Through : Flush data everytime a change is made to the corresponding cache location...time consuming. (b)Write-Back : associate a dirty bit with the corresponding cache locn n when it's set, write back in the main mem...dirty bit requires space.
What is the technique known when the data is transferred from (its not 'between') cache to main memory?