bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This is the complete list of members for FileCache, including all inherited members.
clear() const | FileCache | inline |
del(const std::string &key, int lock_type=LOCK_EX|LOCK_NB) | FileCache | inline |
FileCache()=default (defined in FileCache) | FileCache | |
FileCache(const FileCache &)=delete (defined in FileCache) | FileCache | |
FileCacheTest (defined in FileCache) | FileCache | friend |
get(const std::string &key, Item &item, int lock_type=LOCK_SH|LOCK_NB) | FileCache | inline |
hash_key(const std::string &key, bool log_it=false) | FileCache | inlinestatic |
initialize(const std::string &cache_dir, long long size, long long purge_size) | FileCache | inlinevirtual |
operator=(const FileCache &rhs)=delete (defined in FileCache) | FileCache | |
purge() | FileCache | inline |
put(const std::string &key, const std::string &file_name) | FileCache | inline |
put(const std::string &key, PutItem &item) | FileCache | inline |
put_data(const std::string &key, const std::string &data) (defined in FileCache) | FileCache | inline |
~FileCache() (defined in FileCache) | FileCache | inlinevirtual |