![]() |
MySQL 9.7.0
Source Code Documentation
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | host_cache |
| namespace | host_cache::options |
Variables | |
| constexpr const char | host_cache::options::kOptionEnabled [] {"enabled"} |
| constexpr const char | host_cache::options::kOptionTtlSuccess [] {"ttl_success_seconds"} |
| constexpr const char | host_cache::options::kOptionTtlNegative [] {"ttl_negative_seconds"} |
| constexpr const char | host_cache::options::kOptionTtlJitter [] {"ttl_jitter_ratio"} |
| constexpr const char | host_cache::options::kOptionMaxEntries [] {"max_entries"} |
| static constexpr bool | host_cache::options::kDefaultEnabled {true} |
| static constexpr uint32_t | host_cache::options::kDefaultTtlSuccess {60} |
| static constexpr uint32_t | host_cache::options::kDefaultTtlNegative {10} |
| static constexpr double | host_cache::options::kDefaultTtlJitter {0.2} |
| static constexpr uint32_t | host_cache::options::kDefaultMaxEntries {250} |