computer-architecture memory

Definition

Temporal Memory Locality

Temporal memory locality is the property that if a program has accessed a memory location recently, then it is likely to access the same location again in the near future.

A memory system exploits temporal locality by keeping recently accessed data in faster levels of the memory hierarchy, such as a cache.