libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
HTTPCacheTable.cc File Reference
#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"
Include dependency graph for HTTPCacheTable.cc:

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 .index which stores the cache's state information.

Variables

const int CACHE_TABLE_SIZE = 1499
 

Variable Documentation

◆ CACHE_TABLE_SIZE

const int CACHE_TABLE_SIZE = 1499

Definition at line 47 of file HTTPCacheTable.cc.