|
using | MapType = std::map< Key, Value > |
|
using | IteratorType = typename MapType::iterator |
|
|
void | insert (const Key &key, const Value &value) |
|
auto | get (const Key &key) -> std::optional< Value > |
|
auto | exists (const Key &key) -> bool |
|
auto | begin () -> IteratorType |
|
auto | end () -> IteratorType |
|
auto | mirror () -> ThreadSafeMap & |
|
auto | remove (QString key) -> bool |
|
◆ map_
template<typename Key , typename Value >
Initial value:=
std::move(SecureCreateUniqueObject<MapType>())
◆ map_mirror_
template<typename Key , typename Value >
Initial value:=
std::move(SecureCreateUniqueObject<MapType>())
The documentation for this class was generated from the following file:
- src/core/function/CacheManager.cpp