Cachier 1.0
Fast C++ header only library that provides simple and efficient way to cache computed data for files
|
This is the complete list of members for Cachier, including all inherited members.
addCache(const std::string &filename, const std::string &content="", const CacheOverwriteOption &cache_overwrite_option=DONT_OVERWRITE_CACHE) | Cachier | inline |
cacheExists(const std::size_t &key) | Cachier | inline |
cacheExists(const std::string &filename) | Cachier | inline |
CacheOverwriteOption enum name | Cachier | |
Cachier(const std::string &cache_store_path, bool ensure_cache_store_path=true) | Cachier | inline |
computeHash(const std::string &filename) | Cachier | inline |
DONT_OVERWRITE_CACHE enum value (defined in Cachier) | Cachier | |
getContent(const std::string &key) | Cachier | inline |
isInitialized() | Cachier | inline |
OVERWRITE_CACHE enum value (defined in Cachier) | Cachier |