CppCommon  1.0.4.1
C++ Common Library
CppCommon::FileCache Member List

This is the complete list of members for CppCommon::FileCache, including all inherited members.

clear()CppCommon::FileCache
emplace(std::string &&key, std::string &&value, const Timespan &timeout=Timespan(0))CppCommon::FileCache
empty() constCppCommon::FileCacheinline
FileCache()=defaultCppCommon::FileCache
FileCache(const FileCache &)=deleteCppCommon::FileCache
FileCache(FileCache &&)=deleteCppCommon::FileCache
find(const std::string &key)CppCommon::FileCache
find(const std::string &key, Timestamp &timeout)CppCommon::FileCache
find_path(const CppCommon::Path &path)CppCommon::FileCache
find_path(const CppCommon::Path &path, Timestamp &timeout)CppCommon::FileCache
insert(const std::string &key, const std::string &value, const Timespan &timeout=Timespan(0))CppCommon::FileCache
insert_path(const CppCommon::Path &path, const std::string &prefix="/", const Timespan &timeout=Timespan(0), const InsertHandler &handler=[](FileCache &cache, const std::string &key, const std::string &value, const Timespan &timeout){ return cache.insert(key, value, timeout);})CppCommon::FileCache
InsertHandler typedefCppCommon::FileCache
operator bool() constCppCommon::FileCacheinlineexplicit
operator=(const FileCache &)=deleteCppCommon::FileCache
operator=(FileCache &&)=deleteCppCommon::FileCache
remove(const std::string &key)CppCommon::FileCache
remove_path(const CppCommon::Path &path)CppCommon::FileCache
size() constCppCommon::FileCacheinline
swap(FileCache &cache) noexceptCppCommon::FileCache
swap(FileCache &cache1, FileCache &cache2) noexceptCppCommon::FileCachefriend
watchdog(const UtcTimestamp &utc=UtcTimestamp())CppCommon::FileCache
~FileCache()=defaultCppCommon::FileCache