Definition
Cache Miss Penalty
Cache miss penalty is the time needed to retrieve a block from a lower level of the memory hierarchy after a cache miss. This usually includes fetching the block from a lower level such as main memory and making it available to the processor.
A larger miss penalty increases the performance cost of each cache miss.