computer-architecture memory

Definition

Memory Replacement Policy

A memory replacement policy is a rule that determines which stored item is removed when new data must be placed into a limited storage structure and no free space is available.

So a replacement policy decides what to evict when memory is full.