OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESCache.cc File Reference
#include "config.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <fcntl.h>
#include <cstring>
#include <cerrno>
#include <map>
#include <iostream>
#include <sstream>
#include "BESCache.h"
#include "TheBESKeys.h"
#include "BESSyntaxUserError.h"
#include "BESInternalError.h"
#include "BESDebug.h"
Include dependency graph for BESCache.cc:

Go to the source code of this file.

Macros

#define BES_CACHE_CHAR   '#'
 

Typedefs

typedef struct _cache_entry cache_entry
 

Macro Definition Documentation

◆ BES_CACHE_CHAR

#define BES_CACHE_CHAR   '#'

Definition at line 58 of file BESCache.cc.

Referenced by BESCache::is_cached(), and BESCache::purge().

Typedef Documentation

◆ cache_entry

typedef struct _cache_entry cache_entry