Clio develop
The XRP Ledger API server.
|
An interface for the Cache Loader. More...
#include <CacheLoaderInterface.hpp>
Public Member Functions | |
virtual void | load (uint32_t const seq)=0 |
Load the cache with the most recent ledger data. | |
virtual void | stop () noexcept=0 |
Stop the cache loading process. | |
virtual void | wait () noexcept=0 |
Wait for all cache loading tasks to complete. | |
An interface for the Cache Loader.
|
pure virtual |
Load the cache with the most recent ledger data.
seq | The sequence number of the ledger to load |
Implemented in etl::CacheLoader< ExecutionContextType >.
|
pure virtualnoexcept |
Stop the cache loading process.
Implemented in etl::CacheLoader< ExecutionContextType >.
|
pure virtualnoexcept |
Wait for all cache loading tasks to complete.
Implemented in etl::CacheLoader< ExecutionContextType >.