A cache line is
the smallest portion of data that can be mapped into a cache
The chunks of memory handled by the cache are called cache lines.
The size of these chunks is called the cache line size.
Common cache line sizes are 32, 64 and 128 bytes.
A cache can only hold a limited number of lines,
determined by the cache size.