Spatial Locality
Widely found in code and data
Implies temporal locality (many accesses to a small clustered set of locations indicates repeat fetches)
Not implied by temporal -- e.g., traversing a linked list
Basis for fetching blocks of words
<BACK
INDEX
NEXT>