refs #781, added admit functions for model caches

* interface constructor protected
* flag for synchronize in ctor
This commit is contained in:
Klaus Basan
2016-10-27 23:59:02 +02:00
parent c57a9e2e5b
commit f385e46d67
3 changed files with 101 additions and 20 deletions

View File

@@ -130,7 +130,7 @@ namespace BlackMisc
//! Clear cache
BlackMisc::CStatusMessage clearCache();
BlackMisc::Simulation::Data::CModelSetCaches m_caches { this }; //!< caches
BlackMisc::Simulation::Data::CModelSetCaches m_caches { true, this }; //!< caches
};
} // namespace
} // namespace