Cache coherence during a flush
Created by: suehtamacv
There are some issues with the cache control:
- The cache control block should not serve a request if the cache is being flushed.
- A flush should reinitialize the cache, so the next requests are fetched from memory.