18 #ifndef FOEDUS_CACHE_CACHE_MANAGER_HPP_
19 #define FOEDUS_CACHE_CACHE_MANAGER_HPP_
69 #endif // FOEDUS_CACHE_CACHE_MANAGER_HPP_
ErrorStack initialize_once() override
std::string describe() const
kind of to_string().
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
Forward declarations of classes in root package.
Brings error stacktrace information as return value of functions.
ErrorStack stop_cleaner()
Stops internal eviction thread even before uninitialize() of this object is called.
Typical implementation of Initializable as a skeleton base class.
Forward declarations of classes in cache package.
ErrorStack uninitialize_once() override
Database engine object that holds all resources and provides APIs.
Pimpl object of CacheManager.
Set of options for snapshot cache manager.
#define CXX11_OVERRIDE
Used in public headers in place of "override" of C++11.
#define CXX11_FUNC_DELETE
Used in public headers in place of " = delete" of C++11.
const CacheOptions & get_options() const