|
bool | init () |
|
const char * | get (const std::string &group_key, const std::string &key, size_t &value_length) |
|
bool | set (const std::string &group_key, const std::string &key, const char *data, size_t dataLength, time_t expirationTime=0) |
|
bool | replace (const std::string &group_key, const std::string &key, const char *data, size_t dataLength, time_t expirationTime=0) |
|
bool | remove (const std::string &group_key, const std::string &key) |
|
void | clear () |
|
std::string | getStat () |
|
const std::string & | getName () |
|
const std::string & | getVersion () |
|
const std::string & | getType () |
|
|
std::string | m_Name |
|
std::string | m_Version |
|
std::string | m_Type |
|
CURL * | curl |
|
std::string | m_URI |
|
char | m_JsonErrorBuffer [CURL_ERROR_SIZE] |
|
std::string | m_JsonBuffer |
|
|
static bool | m_IsInitialized |
|
Definition at line 11 of file StHyperCacheWebservice.h.
The documentation for this class was generated from the following file: