CppCMS
|
This is the complete list of members for cppcms::cache_interface, including all inherited members.
add_trigger(std::string const &trigger) | cppcms::cache_interface | |
cache_interface(cppcms::service &srv) | cppcms::cache_interface | |
clear() | cppcms::cache_interface | |
fetch_data(std::string const &key, Serializable &data, bool notriggers=false) | cppcms::cache_interface | inline |
fetch_frame(std::string const &key, std::string &result, bool notriggers=false) | cppcms::cache_interface | |
fetch_page(std::string const &key) | cppcms::cache_interface | |
has_cache() | cppcms::cache_interface | |
nocache() | cppcms::cache_interface | |
noncopyable() (defined in booster::noncopyable) | booster::noncopyable | inlineprotected |
reset() | cppcms::cache_interface | |
rise(std::string const &trigger) | cppcms::cache_interface | |
stats(unsigned &keys, unsigned &triggers) | cppcms::cache_interface | |
store_data(std::string const &key, Serializable const &data, std::set< std::string > const &triggers=std::set< std::string >(), int timeout=-1, bool notriggers=false) | cppcms::cache_interface | inline |
store_data(std::string const &key, Serializable const &data, int timeout, bool notriggers=false) | cppcms::cache_interface | inline |
store_frame(std::string const &key, std::string const &frame, std::set< std::string > const &triggers=std::set< std::string >(), int timeout=-1, bool notriggers=false) | cppcms::cache_interface | |
store_frame(std::string const &key, std::string const &frame, int timeout, bool notriggers=false) | cppcms::cache_interface | |
store_page(std::string const &key, int timeout=-1) | cppcms::cache_interface | |
triggers_recorder (defined in cppcms::cache_interface) | cppcms::cache_interface | friend |
~noncopyable() (defined in booster::noncopyable) | booster::noncopyable | inlineprotected |