MCPcopy Create free account
hub / github.com/comaps/comaps / ForceReloadCache

Method ForceReloadCache

generator/raw_generator.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83{}
84
85void RawGenerator::ForceReloadCache()
86{
87 m_intermediateDataObjectsCache.Clear();
88 m_cache = std::make_shared<cache::IntermediateData>(m_intermediateDataObjectsCache, m_genInfo);
89}
90
91void RawGenerator::GenerateCountries(bool isTests /* = false*/)
92{

Callers 1

BuildFBMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by 1

BuildFBMethod · 0.64