userver: cache::ConfigPatch Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
cache::ConfigPatch Struct Referencefinal

Detailed Description

Definition at line 49 of file cache_config.hpp.

Public Attributes

std::chrono::milliseconds update_interval
 
std::chrono::milliseconds update_jitter
 
std::chrono::milliseconds full_update_interval
 
std::chrono::milliseconds full_update_jitter
 
std::optional< std::chrono::milliseconds > exception_interval
 
bool updates_enabled
 
std::uint64_t alert_on_failing_to_update_times
 

Member Data Documentation

◆ alert_on_failing_to_update_times

std::uint64_t cache::ConfigPatch::alert_on_failing_to_update_times

Definition at line 56 of file cache_config.hpp.

◆ exception_interval

std::optional<std::chrono::milliseconds> cache::ConfigPatch::exception_interval

Definition at line 54 of file cache_config.hpp.

◆ full_update_interval

std::chrono::milliseconds cache::ConfigPatch::full_update_interval

Definition at line 52 of file cache_config.hpp.

◆ full_update_jitter

std::chrono::milliseconds cache::ConfigPatch::full_update_jitter

Definition at line 53 of file cache_config.hpp.

◆ update_interval

std::chrono::milliseconds cache::ConfigPatch::update_interval

Definition at line 50 of file cache_config.hpp.

◆ update_jitter

std::chrono::milliseconds cache::ConfigPatch::update_jitter

Definition at line 51 of file cache_config.hpp.

◆ updates_enabled

bool cache::ConfigPatch::updates_enabled

Definition at line 55 of file cache_config.hpp.


The documentation for this struct was generated from the following file: