LFUCachePolicy.cpp File Reference

This class is used to implement the LRU cache policy. More...

#include "LFUCachePolicy.h"
#include <limits>

Go to the source code of this file.

Detailed Description

This class is used to implement the LRU cache policy.

This class is used to implement the LFU cache policy.

Definition in file LFUCachePolicy.cpp.