To use cache memory, main memory is divided into cache lines, typically 32 or 64 bytes long. an entire cache line is cached at once. what is the advantage of caching an entire line instead of a single byte or word at a time?