#pragma once #include namespace store::store_cache { std::optional get_store_config(); bool save_store_config(const StoreConfig& config); }