Cache replacement policies are algorithms used to manage the contents of a cache by deciding which items to remove when the cache reaches its capacity limit. These policies aim to maximize cache efficiency and performance by predicting which stored items are least likely to be needed in the future.