ldas-tools-diskcacheAPI
2.6.1
|
Interface for cached data. More...
#include <Interface.hh>
Public Member Functions | |
virtual | ~Interface () |
Destructor. More... | |
virtual bool | Configure (const std::string &Variable, const std::string &Value)=0 |
Allow for customization. More... | |
Interface for cached data.
This interface describes a set of methods that must be defined for data to be accessable to the diskcacheAPI.
|
inlinevirtual |
Destructor.
|
pure virtual |
Allow for customization.
[in] | Variable | Name of the option to modify |
[in] | Value | The ascii string representation of the value for the option. |
Implemented in diskCache::Cache::SDGTx.