![]() |
MySQL 9.3.0
Source Code Documentation
|
Classes | |
class | ParseResponseCacheOptions |
class | ResponseCacheOptions |
Functions | |
std::string | make_table_key (const http::base::Uri &uri, const std::string &user_id) |
std::string | make_routine_key (const http::base::Uri &uri, std::string_view req_body) |
std::string | make_file_key (const mrs::database::entry::UniversalId &id) |
auto | parse_json_options (const std::string &config_key, const std::string &options) |
std::string mrs::anonymous_namespace{response_cache.cc}::make_file_key | ( | const mrs::database::entry::UniversalId & | id | ) |
std::string mrs::anonymous_namespace{response_cache.cc}::make_routine_key | ( | const http::base::Uri & | uri, |
std::string_view | req_body | ||
) |
std::string mrs::anonymous_namespace{response_cache.cc}::make_table_key | ( | const http::base::Uri & | uri, |
const std::string & | user_id | ||
) |
auto mrs::anonymous_namespace{response_cache.cc}::parse_json_options | ( | const std::string & | config_key, |
const std::string & | options | ||
) |