26 #ifndef __TERRALIB_GRAPH_INTERNAL_LFUCACHEPOLICY_H
27 #define __TERRALIB_GRAPH_INTERNAL_LFUCACHEPOLICY_H
30 #include "../Config.h"
70 virtual void added(
int value);
78 virtual void update(
int value);
86 virtual void toRemove(
int& value);
94 virtual void accessed(
int value);
106 #endif // __TERRALIB_GRAPH_INTERNAL_LFUCACHEPOLICY_H
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::map< int, double > m_LFU
This class is used to implement the LFU cache policy.
This class is used to set the main functions of a cache policy.
This class is used to set the main functions of a cache policy.