MySQL 9.1.0
Source Code Documentation
cache.h File Reference
#include <unordered_map>
#include <utility>
#include "components/keyrings/common/data/data.h"
#include "components/keyrings/common/data/meta.h"

Go to the source code of this file.

Classes

class  keyring_common::cache::Datacache< Data_extension >
 

Namespaces

namespace  keyring_common
 
namespace  keyring_common::cache
 

Typedefs

template<typename Data_extension >
using keyring_common::cache::Cache = std::unordered_map< meta::Metadata, Data_extension, meta::Metadata::Hash >