Definition
Capacity Cache Miss
A capacity cache miss is a cache miss that occurs because the cache is too small to hold all the blocks needed during a phase of execution.
Even if the mapping caused no conflict misses, some blocks would still have to be evicted because the total cache capacity is insufficient.
Capacity cache misses are therefore caused by limited cache size, not by first access or set contention.