LFUCachePolicy.h File Reference

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

#include "../Config.h"
#include "AbstractCachePolicy.h"
#include <map>

Go to the source code of this file.

Classes

class  te::graph::LFUCachePolicy
 This class is used to implement the LFU cache policy. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::graph
 

Detailed Description

This class is used to implement the LFU cache policy.

Definition in file LFUCachePolicy.h.