Principle of Locality
Temporal locality is clearly taken account of in this procedure.
To achieve spatial locality, the block size must be larger than one word - so that an item and many of its neighbours are simultaneously taken out of memory and written to the cache.
Each cache entry now records a block (eg, 16 words of data) rather than a single word.