MySQL 8.4.0
Source Code Documentation
metadata_cache::MetadataCacheTTLConfig Struct Reference

Metadata TTL configuration. More...

#include <metadata_cache.h>

Public Attributes

std::chrono::milliseconds ttl
 
std::chrono::milliseconds auth_cache_ttl
 
std::chrono::milliseconds auth_cache_refresh_interval
 

Detailed Description

Metadata TTL configuration.

Member Data Documentation

◆ auth_cache_refresh_interval

std::chrono::milliseconds metadata_cache::MetadataCacheTTLConfig::auth_cache_refresh_interval

◆ auth_cache_ttl

std::chrono::milliseconds metadata_cache::MetadataCacheTTLConfig::auth_cache_ttl

◆ ttl

std::chrono::milliseconds metadata_cache::MetadataCacheTTLConfig::ttl

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