bool ConfigurationBackend::has(const ConfigurationKey& key) { return _configurationtable.has(key.condition()); }
void ConfigurationTable::remove(const ConfigurationKey& key) { TableBase::remove(key.condition()); }