Cache operation -overview
• CPU requests contents of memory location
• Check cache for this data
- If present, get from cache (fast) -> Hit
- If not present,read required block from main memory
to cache -> Miss
- Then, deliver data from cache to CPU
• Cache includes tags to identify which block of
main memory is in each cache slot