3#include "etl/CacheUpdaterInterface.hpp"
4#include "etl/Models.hpp"
5#include "etl/impl/CacheUpdater.hpp"
6#include "util/log/Logger.hpp"
16 std::shared_ptr<CacheUpdaterInterface> cacheUpdater_;
21 CacheExt(std::shared_ptr<CacheUpdaterInterface> cacheUpdater);
32 std::vector<model::Object>
const& objs,
33 [[maybe_unused]] std::string lastKey
A simple thread-safe logger for the channel specified in the constructor.
Definition Logger.hpp:77
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:56
Represents an entire ledger diff worth of transactions and objects.
Definition Models.hpp:124