direct mapped cache
direct mapped cache
(architecture)In this scheme, there is no choice of which block to flush ona cache miss since there is only one place for any block togo. This simple scheme has the disadvantage that if theprogram alternately accesses different addresses which map tothe same cache location then it will suffer a cache miss onevery access to these locations. This kind of cache conflict is quite likely on a multi-processor. See alsofully associative cache, set associative cache.