const jsonParser & cache() const
Access the configuration cache, which will be saved in the database.
void cache_insert(std::string name, const T &data) const
void update_cache(jsonParser const &_cache)
Upate the configuration cache.
bool cache_updated() const
Check if cache updated.
void set_initial_cache(jsonParser const &_cache)
Set the configuration cache as read from the database.
bool contains(const std::string &name) const
Return true if JSON object contains 'name'.
jsonParser & put_obj()
Puts new empty JSON object.
GenericDatumFormatter< std::string, DataObject > name()