ldas-tools-diskcacheAPI  2.5.6
Public Member Functions | List of all members
diskCache::Cache::Interface Class Referenceabstract

Interface for cached data. More...

#include <Interface.hh>

Inheritance diagram for diskCache::Cache::Interface:
diskCache::Cache::SearchInterface diskCache::Cache::SDGTx

Public Member Functions

virtual ~Interface ()
 Destructor. More...
 
virtual bool Configure (const std::string &Variable, const std::string &Value)=0
 Allow for customization. More...
 

Detailed Description

Interface for cached data.

This interface describes a set of methods that must be defined for data to be accessable to the diskcacheAPI.

Constructor & Destructor Documentation

◆ ~Interface()

diskCache::Cache::Interface::~Interface ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ Configure()

virtual bool diskCache::Cache::Interface::Configure ( const std::string &  Variable,
const std::string &  Value 
)
pure virtual

Allow for customization.

Parameters
[in]VariableName of the option to modify
[in]ValueThe ascii string representation of the value for the option.
Returns
Upon successful setting of the option, true is returned; false otherwise.

Implemented in diskCache::Cache::SDGTx.


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