cache_response(const string &url, time_t request_time, const vector< string > &headers, const FILE *body) | libdap::HTTPCache | |
get_always_validate() const | libdap::HTTPCache | |
get_cache_control() | libdap::HTTPCache | |
get_cache_disconnected() const | libdap::HTTPCache | |
get_cache_root() const | libdap::HTTPCache | |
get_cached_response(const string &url, vector< string > &headers, string &cacheName) | libdap::HTTPCache | |
get_cached_response(const string &url, vector< string > &headers) | libdap::HTTPCache | |
get_cached_response(const string &url) | libdap::HTTPCache | |
get_conditional_request_headers(const string &url) | libdap::HTTPCache | |
get_default_expiration() const | libdap::HTTPCache | |
get_max_entry_size() const | libdap::HTTPCache | |
get_max_size() const | libdap::HTTPCache | |
HTTPCacheInterruptHandler (defined in libdap::HTTPCache) | libdap::HTTPCache | friend |
HTTPCacheTest (defined in libdap::HTTPCache) | libdap::HTTPCache | friend |
HTTPConnectTest (defined in libdap::HTTPCache) | libdap::HTTPCache | friend |
instance(const string &cache_root, bool force=false) | libdap::HTTPCache | static |
is_cache_enabled() const | libdap::HTTPCache | |
is_expire_ignored() const (defined in libdap::HTTPCache) | libdap::HTTPCache | |
is_url_valid(const string &url) | libdap::HTTPCache | |
lock_cache_interface() (defined in libdap::HTTPCache) | libdap::HTTPCache | inline |
purge_cache() | libdap::HTTPCache | |
release_cached_response(FILE *response) | libdap::HTTPCache | |
set_always_validate(bool validate) | libdap::HTTPCache | |
set_cache_control(const vector< string > &cc) | libdap::HTTPCache | |
set_cache_disconnected(CacheDisconnectedMode mode) | libdap::HTTPCache | |
set_cache_enabled(bool mode) | libdap::HTTPCache | |
set_default_expiration(int exp_time) | libdap::HTTPCache | |
set_expire_ignored(bool mode) | libdap::HTTPCache | |
set_max_entry_size(unsigned long size) | libdap::HTTPCache | |
set_max_size(unsigned long size) | libdap::HTTPCache | |
unlock_cache_interface() (defined in libdap::HTTPCache) | libdap::HTTPCache | inline |
update_response(const string &url, time_t request_time, const vector< string > &headers) | libdap::HTTPCache | |
~HTTPCache() | libdap::HTTPCache | virtual |