bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
CacheTypeFactory Class Reference

#include <CacheTypeFactory.h>

Inheritance diagram for CacheTypeFactory:
Inheritance graph
Collaboration diagram for CacheTypeFactory:
Collaboration graph

Public Member Functions

virtual libdap::Sequence * NewSequence (const std::string &n="") const
 

Detailed Description

A factory for types that work with data read from the (function) response cache. Currently the only class that has to be specialized to use cached data is Sequence (see CachedSequence)

Definition at line 41 of file CacheTypeFactory.h.

Constructor & Destructor Documentation

◆ CacheTypeFactory()

CacheTypeFactory::CacheTypeFactory ( )
inline

Definition at line 43 of file CacheTypeFactory.h.

◆ ~CacheTypeFactory()

virtual CacheTypeFactory::~CacheTypeFactory ( )
inlinevirtual

Definition at line 44 of file CacheTypeFactory.h.

Member Function Documentation

◆ NewSequence()

Sequence * CacheTypeFactory::NewSequence ( const std::string & n = "") const
virtual

Definition at line 38 of file CacheTypeFactory.cc.


The documentation for this class was generated from the following files: