38 load(uint32_t
const seq) = 0;
An interface for the Cache Loader.
Definition CacheLoaderInterface.hpp:29
virtual void stop() noexcept=0
Stop the cache loading process.
virtual void wait() noexcept=0
Wait for all cache loading tasks to complete.
virtual void load(uint32_t const seq)=0
Load the cache with the most recent ledger data.