26 #ifndef __TERRALIB_GRAPH_INTERNAL_FIFOCACHEPOLICY_H    27 #define __TERRALIB_GRAPH_INTERNAL_FIFOCACHEPOLICY_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_FIFOCACHEPOLICY_H #define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::vector< int > m_FIFO
 
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. 
 
This class is used to implement the FIFO cache policy.