28 #define BESCache3_h_ 1
67 BESCache3(
const string &cache_dir,
const string &prefix,
unsigned long size) :
69 BESCache3(
BESKeys *keys,
const string &cache_dir_key,
const string &prefix_key,
const string &size_key);
78 virtual void dump(ostream &strm)
const ;
81 #endif // BESCache3_h_
virtual void dump(ostream &strm) const
dumps information about this object
BESCache3(const string &cache_dir, const string &prefix, unsigned long size)
Implementation of a caching mechanism for compressed data.
mapping of key/value pairs defining different behaviors of an application.
Implementation of a caching mechanism for compressed data.
static BESCache3 * get_instance()
Get an instance of the BESCache3 object.