26 #ifndef __TERRALIB_GRAPH_INTERNAL_ABSTRACTCACHEPOLICYFACTORY_H 
   27 #define __TERRALIB_GRAPH_INTERNAL_ABSTRACTCACHEPOLICYFACTORY_H 
   30 #include "../../common/AbstractFactory.h" 
   31 #include "../graphs/Graph.h" 
   32 #include "../Config.h" 
   40     class AbstractCachePolicy;
 
   78         virtual const std::string& getType() 
const = 0;
 
   93 #endif  // __TERRALIB_GRAPH_INTERNAL_ABSTRACTCACHEPOLICYFACTORY_H 
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
virtual ~AbstractCachePolicyFactory()
Destructor. 
 
This is the abstract factory for cache policy. 
 
This class defines the interface of abstract factories without initializing parameters. 
 
This class is used to set the main functions of a cache policy.