#include <graph_db.h>
|
bool | get (const std::string &key, std::string_view &value) |
|
void | put (const std::string &key, const std::string_view &value) |
|
|
std::shared_mutex | mutex |
|
std::unordered_map< std::string, std::string > | cache |
|
◆ get()
bool gs::QueryCache::get |
( |
const std::string & |
key, |
|
|
std::string_view & |
value |
|
) |
| |
|
inline |
◆ put()
void gs::QueryCache::put |
( |
const std::string & |
key, |
|
|
const std::string_view & |
value |
|
) |
| |
|
inline |
◆ cache
std::unordered_map<std::string, std::string> gs::QueryCache::cache |
◆ mutex
std::shared_mutex gs::QueryCache::mutex |
The documentation for this struct was generated from the following file:
- /home/runner/work/GraphScope/GraphScope/flex/engines/graph_db/database/graph_db.h