GraphCache.h File Reference

Class used to manager the graph data elements. This class uses a cache policy to control the elements in memory. If a element was requested and not found in cache, the GraphDataManager is used to loaded a new GraphData. More...

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

Go to the source code of this file.

Classes

class  te::graph::GraphCache
 Class used to manager the graph data elements. This class uses a cache policy to control the elements in memory. If a element was requested and not found in cache, the GraphDataManager is used to loaded a new GraphData. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::graph
 

Detailed Description

Class used to manager the graph data elements. This class uses a cache policy to control the elements in memory. If a element was requested and not found in cache, the GraphDataManager is used to loaded a new GraphData.

Definition in file GraphCache.h.