CppCommon  1.0.4.1
C++ Common Library
CppCommon::MemCache< TKey, TValue > Member List

This is the complete list of members for CppCommon::MemCache< TKey, TValue >, including all inherited members.

clear()CppCommon::MemCache< TKey, TValue >inline
emplace(TKey &&key, TValue &&value, const Timespan &timeout=Timespan(0))CppCommon::MemCache< TKey, TValue >inline
empty() constCppCommon::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()=defaultCppCommon::MemCache< TKey, TValue >
MemCache(const MemCache &)=deleteCppCommon::MemCache< TKey, TValue >
MemCache(MemCache &&)=deleteCppCommon::MemCache< TKey, TValue >
operator bool() constCppCommon::MemCache< TKey, TValue >inlineexplicit
operator=(const MemCache &)=deleteCppCommon::MemCache< TKey, TValue >
operator=(MemCache &&)=deleteCppCommon::MemCache< TKey, TValue >
remove(const TKey &key)CppCommon::MemCache< TKey, TValue >inline
size() constCppCommon::MemCache< TKey, TValue >inline
swap(MemCache &cache) noexceptCppCommon::MemCache< TKey, TValue >inline
swap(MemCache< UKey, UValue > &cache1, MemCache< UKey, UValue > &cache2) noexceptCppCommon::MemCache< TKey, TValue >friend
watchdog(const UtcTimestamp &utc=UtcTimestamp())CppCommon::MemCache< TKey, TValue >inline
~MemCache()=defaultCppCommon::MemCache< TKey, TValue >