CppCommon
1.0.4.1
C++ Common Library
|
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() const | CppCommon::FileCache | inline |
FileCache()=default | CppCommon::FileCache | |
FileCache(const FileCache &)=delete | CppCommon::FileCache | |
FileCache(FileCache &&)=delete | CppCommon::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 typedef | CppCommon::FileCache | |
operator bool() const | CppCommon::FileCache | inlineexplicit |
operator=(const FileCache &)=delete | CppCommon::FileCache | |
operator=(FileCache &&)=delete | CppCommon::FileCache | |
remove(const std::string &key) | CppCommon::FileCache | |
remove_path(const CppCommon::Path &path) | CppCommon::FileCache | |
size() const | CppCommon::FileCache | inline |
swap(FileCache &cache) noexcept | CppCommon::FileCache | |
swap(FileCache &cache1, FileCache &cache2) noexcept | CppCommon::FileCache | friend |
watchdog(const UtcTimestamp &utc=UtcTimestamp()) | CppCommon::FileCache | |
~FileCache()=default | CppCommon::FileCache |