MySQL 9.1.0
Source Code Documentation
|
#include <atomic>
#include <functional>
#include <set>
#include <string>
#include <mysql/components/services/mysql_rwlock.h>
#include <unordered_map>
#include "cache_allocator.h"
#include "reference_cache_common.h"
Go to the source code of this file.
Classes | |
class | reference_caching::channel_imp |
Namespaces | |
namespace | reference_caching |
Typedefs | |
typedef std::unordered_multimap< std::string, channel_imp *, std::hash< std::string >, std::equal_to< std::string >, Component_malloc_allocator< std::pair< const std::string, channel_imp * > > > | reference_caching::channel_by_name_hash_t |