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 "../../common/STLUtils.h"#include "../cache/AbstractCachePolicy.h"#include "../cache/AbstractCachePolicyFactory.h"#include "../loader/AbstractGraphLoaderStrategy.h"#include "GraphCache.h"#include "GraphData.h"#include "GraphDataManager.h"#include <iostream>Go to the source code of this file.
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.cpp.