Definition
Cache Set Contention
Cache set contention is the situation in which multiple blocks of main memory map to the same cache set and compete for the limited number of blocks available there.
If the set cannot hold all of them at once, some block must be replaced.
Cache set contention is the cause of conflict cache misses.