clear() | CppCommon::MemCache< TKey, TValue > | inline |
emplace(TKey &&key, TValue &&value, const Timespan &timeout=Timespan(0)) | CppCommon::MemCache< TKey, TValue > | inline |
empty() const | CppCommon::MemCache< TKey, TValue > | inline |
find(const TKey &key) | CppCommon::MemCache< TKey, TValue > | inline |
find(const TKey &key, TValue &value) | CppCommon::MemCache< TKey, TValue > | inline |
find(const TKey &key, TValue &value, Timestamp &timeout) | CppCommon::MemCache< TKey, TValue > | inline |
insert(const TKey &key, const TValue &value, const Timespan &timeout=Timespan(0)) | CppCommon::MemCache< TKey, TValue > | inline |
MemCache()=default | CppCommon::MemCache< TKey, TValue > | |
MemCache(const MemCache &)=delete | CppCommon::MemCache< TKey, TValue > | |
MemCache(MemCache &&)=delete | CppCommon::MemCache< TKey, TValue > | |
operator bool() const | CppCommon::MemCache< TKey, TValue > | inlineexplicit |
operator=(const MemCache &)=delete | CppCommon::MemCache< TKey, TValue > | |
operator=(MemCache &&)=delete | CppCommon::MemCache< TKey, TValue > | |
remove(const TKey &key) | CppCommon::MemCache< TKey, TValue > | inline |
size() const | CppCommon::MemCache< TKey, TValue > | inline |
swap(MemCache &cache) noexcept | CppCommon::MemCache< TKey, TValue > | inline |
swap(MemCache< UKey, UValue > &cache1, MemCache< UKey, UValue > &cache2) noexcept | CppCommon::MemCache< TKey, TValue > | friend |
watchdog(const UtcTimestamp &utc=UtcTimestamp()) | CppCommon::MemCache< TKey, TValue > | inline |
~MemCache()=default | CppCommon::MemCache< TKey, TValue > | |