Cache Organization: Direct-Mapped Caches

In a fully associative cache, a block of memory can be in any location in the cache. This means that you have to look everywhere to find anything.

So what's the problem?