Terminology
Locality -- the property of memory references to cluster
Temporal locality -- the tendency of the time intervals between references to a given address to be small
Spatial locality -- the tendency of the distances between consecutive memory references to be small
Memory hierarchy -- a characteristic of computer design in which a series of storage technologies are used such that the access time is faster as the memory is closer to the processor and the capacity is larger as the memory is further from the processor