![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <CacheStats.h>
Collaboration diagram for CacheStats:Public Attributes | |
| int | numHits |
| int | numMisses |
| int | numEvicted |
| int | numCached |
Definition at line 24 of file CacheStats.h.
| int CacheStats::numCached |
Definition at line 29 of file CacheStats.h.
| int CacheStats::numEvicted |
Definition at line 28 of file CacheStats.h.
| int CacheStats::numHits |
Definition at line 26 of file CacheStats.h.
| int CacheStats::numMisses |
Definition at line 27 of file CacheStats.h.