The advantage of catching an entire line instead of a word is based on the principle of spatial locality. If one location is read, the probability of accessing nearby locations remains very high. Thus, by caching an entire line, the probability of a cache hitting next increases. In modern hardware, it is faster to do a block transfer of 32 or 64 bytes into a cache line than reading from a single byte or word at a time