MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::anonymous_namespace{response_cache.cc} Namespace Reference

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)
 

Function Documentation

◆ make_file_key()

std::string mrs::anonymous_namespace{response_cache.cc}::make_file_key ( const mrs::database::entry::UniversalId id)

◆ make_routine_key()

std::string mrs::anonymous_namespace{response_cache.cc}::make_routine_key ( const http::base::Uri uri,
std::string_view  req_body 
)

◆ make_table_key()

std::string mrs::anonymous_namespace{response_cache.cc}::make_table_key ( const http::base::Uri uri,
const std::string &  user_id 
)

◆ parse_json_options()

auto mrs::anonymous_namespace{response_cache.cc}::parse_json_options ( const std::string &  config_key,
const std::string &  options 
)