How to find cache miss and cache hit

Aruwin

Aruwin

@aruwin-WQ7eeu Oct 1, 2024
[​IMG]Hello there. I recently just learned about determining the memory reference of cache miss and cache hit but I I don't understand this table. Can someone explain to me which ones are the misses and which are the hits?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Jul 26, 2012

    can't understand the table... can you give the link..
  • Aruwin

    Aruwin

    @aruwin-WQ7eeu Jul 26, 2012

    ianoop
    can't understand the table... can you give the link..
    There's no link,it's from my lecture pdf file.Can you tell me what a cache miss or cache hit is?
  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Jul 26, 2012

    when OS is operating and need some data it first look up in cache memory and if not found search for main memory.if data found in cache then its catch hit otherwise catch miss.