Stats Struct Reference

Structure holding every sort of meta information of the Space object. More...

#include <Space.h>

List of all members.

Public Member Functions

 Stats (unsigned long long hardQuota=0, unsigned long long softQuota=0)
 Initializes with zeroes.

Public Attributes

unsigned long long hardQuota
 Hard Quota.
unsigned long long softQuota
 Soft Quota.
unsigned long long usedQuota
 Used Quota.
unsigned long long getsCount
 GET requests count.
unsigned long long setsCount
 SET requests count.
unsigned long long bytesWritten
 Bytes Written by SETs.
unsigned long long bytesRead
 Bytes read by GETs.
unsigned long long missCount
 GET requests which failed.
unsigned long long hitCount
 Get requests which succeeded.
unsigned long long itemsCount
 Entry count currently stored in Space.
unsigned int setTimeRecord
 Time of the longest lasting SET request.
unsigned int getTimeRecord
 Time of the longest lasting GET request.


Detailed Description

Structure holding every sort of meta information of the Space object.

Definition at line 46 of file Space.h.


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

Generated on Fri Jan 8 10:38:13 2010 for dreamcache by  doxygen 1.5.5