I\'m looking to implement a disk based caching system. The idea is to allocate a certain amount of disk space and save however much data fits in there, discarding of old files as I run out of space.
Why is Least Rece开发者_运维百科ntly Used better than FIFO in relation to page files?If you mean in terms of offloading memory pages to disk - if your process is frequently accessing a page, you reall