#include <stdio.h>
#include <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string>
#include <vector>
#include <map>
#include "ResponseTooBigErr.h"
#include "HTTPCacheDisconnectedMode.h"
#include "SignalHandlerRegisteredErr.h"
#include "Error.h"
#include "InternalErr.h"
Include dependency graph for HTTPCache.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HTTPCache |
struct | HTTPCache::CacheEntry |
Variables | |
const int | CACHE_TABLE_SIZE = 1499 |
const int CACHE_TABLE_SIZE = 1499 |
Definition at line 70 of file HTTPCache.h.