Locality of Reference
Definition
A performance principle that programs and systems tend to access a relatively small set of memory locations repeatedly over short time intervals (temporal locality) and to access locations that are near each other in address space within short intervals (spatial locality).