MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ClearIDCache

Method ClearIDCache

lib/db_ido/dbconnection.cpp:406–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void DbConnection::ClearIDCache()
407{
408 SetIDCacheValid(false);
409
410 m_ObjectIDs.clear();
411 m_InsertIDs.clear();
412 m_ActiveObjects.clear();
413 m_ConfigUpdates.clear();
414 m_StatusUpdates.clear();
415 m_ConfigHashes.clear();
416}
417
418void DbConnection::SetConfigUpdate(const DbObject::Ptr& dbobj, bool hasupdate)
419{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected