memory cache (cache_mem) storage stats More...
#include <StoreStats.h>
Public Member Functions | |
double | meanObjectSize () const |
mean size of a cached object More... | |
double | available () const |
number of unused bytes More... | |
Public Attributes | |
bool | shared = false |
whether memory cache is shared among workers More... | |
double | size = 0.0 |
bytes currently in use More... | |
double | count = 0.0 |
number of cached objects More... | |
double | capacity = 0.0 |
the size limit More... | |
Detailed Description
Definition at line 39 of file StoreStats.h.
Member Function Documentation
◆ available()
|
inlineinherited |
Definition at line 28 of file StoreStats.h.
References StoreInfoStats::Part::capacity, and StoreInfoStats::Part::size.
◆ meanObjectSize()
|
inlineinherited |
Definition at line 25 of file StoreStats.h.
References StoreInfoStats::Part::count, and StoreInfoStats::Part::size.
Member Data Documentation
◆ capacity
|
inherited |
Definition at line 22 of file StoreStats.h.
Referenced by StoreInfoStats::Part::available(), and StoreInfoStats::operator+=().
◆ count
|
inherited |
Definition at line 21 of file StoreStats.h.
Referenced by StoreInfoStats::Part::meanObjectSize(), and StoreInfoStats::operator+=().
◆ shared
bool StoreInfoStats::Mem::shared = false |
Definition at line 42 of file StoreStats.h.
Referenced by StoreInfoStats::operator+=().
◆ size
|
inherited |
Definition at line 20 of file StoreStats.h.
Referenced by StoreInfoStats::Part::available(), StoreInfoStats::Part::meanObjectSize(), and StoreInfoStats::operator+=().
The documentation for this class was generated from the following file:
- src/StoreStats.h