Handling Writes: Solution
We call this method walk-through scheme.
Just write the data to both memory and cache.
This can be applied when the information is in the cache.
When the data is not in the cache (write miss),
We first have to fetch the information from memory to cache.
Then, write the new value to cache.
And, write the new value to memory using full address