StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
StHyperCacheFileLocal Class Reference
Inheritance diagram for StHyperCacheFileLocal:
StHyperCacheI

Public Member Functions

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 ()
 

Static Public Attributes

static StHyperCacheIptr
 

Protected Member Functions

void doCacheCleanup ()
 
void getDiskUsage (size_t &bytes_free, size_t &bytes_total)
 

Protected Attributes

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 Protected Attributes

static bool m_IsInitialized
 

Detailed Description

Definition at line 8 of file StHyperCacheFileLocal.h.


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