ldas-tools-diskcacheAPI 2.7.7
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:
Inheritance graph
[legend]

Public Member Functions

virtual ~Interface ()
 Destructor.
 
virtual bool Configure (const std::string &Variable, const std::string &Value)=0
 Allow for customization. More...
 
virtual ~Interface ()
 Destructor.
 
virtual bool Configure (const std::string &Variable, const std::string &Value)=0
 Allow for customization. More...
 
virtual ~Interface ()
 Destructor.
 
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.

Member Function Documentation

◆ Configure() [1/3]

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, diskCache::Cache::SDGTx, and diskCache::Cache::SDGTx.

◆ Configure() [2/3]

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, diskCache::Cache::SDGTx, and diskCache::Cache::SDGTx.

◆ Configure() [3/3]

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, diskCache::Cache::SDGTx, and diskCache::Cache::SDGTx.


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