|
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 () |
|
|
void | doCacheCleanup () |
|
void | getDiskUsage (size_t &bytes_free, size_t &bytes_total) |
|
|
std::string | m_Name |
|
std::string | m_Version |
|
std::string | m_Type |
|
std::string | m_BasePath |
|
std::string | m_AltBasePath |
|
std::string | m_Path |
|
std::string | m_Policy |
|
int | m_MaxCacheSizeMb |
|
int | m_MaxItemSizeKb |
|
float | m_DiskFreeUpper |
|
float | m_DiskFreeLower |
|
std::string | m_IgnoreKeywords |
|
std::string | m_StartEmpty |
|
|
static bool | m_IsInitialized |
|
Definition at line 8 of file StHyperCacheFileLocal.h.
The documentation for this class was generated from the following file: