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

Public Attributes

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

Detailed Description

Definition at line 49 of file cache_config.hpp.

Member Data Documentation

◆ exception_interval

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

Definition at line 53 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.

◆ 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 54 of file cache_config.hpp.


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