This project implements a simple thread-safe cache with several page replacement policies: Least Recently Used First-In/First-Out Least Frequently Used More about cache algorithms and policy you could read on Wikipedia Usage Using this library is simple. It is necessary to include header with the...