|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include "config.h"#include <cerrno>#include <cstring>#include <algorithm>#include <iostream>#include <iterator>#include <set>#include <sstream>#include <sys/stat.h>#include <unistd.h>#include "Error.h"#include "InternalErr.h"#include "debug.h"#include "util_mit.h"#include "HTTPCacheTable.h"
Go to the source code of this file.
Namespaces | |
| namespace | libdap |
| top level DAP object to house generic methods | |
Functions | |
| int | libdap::get_hash (const string &url) |
Cache Index | |
These methods manage the cache's index file. Each cache holds an index file named | |
Variables | |
| const int | CACHE_TABLE_SIZE = 1499 |
| const int CACHE_TABLE_SIZE = 1499 |
Definition at line 47 of file HTTPCacheTable.cc.