Fully Associative Cache
Fully associative cache is cache structure in which a block can be placed in any location in the cache.
- The entire address is the tag (no index, and no offset)
- Only small sized cache makes this approach viable
Fully associative cache is cache structure in which a block can be placed in any location in the cache.