bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5_DataMemCache.cc
1#include <sstream>
2#include <iostream>
3#include <string>
4#include "HDF5_DataMemCache.h"
5
6using namespace std;
7using namespace libdap;
8
9void
10HDF5DataMemCache::dump(ostream &strm) const
11{
12 strm<<"dump HDF5 data mem cache " <<endl;
13}
14
15