Skip to content

Latest commit

 

History

History
20 lines (8 loc) · 455 Bytes

File metadata and controls

20 lines (8 loc) · 455 Bytes

Question 47

Read about different replacement strategies. What other strategies exist?

Answer

A good overview can be found in the following article:

https://en.wikipedia.org/wiki/Cache_replacement_policies

There is little difference between these for caches or for virtual memory, because the latter can be viewed as a particular type of cache.

prev +++ next