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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CacheStats Class Reference

#include <CacheStats.h>

+ Collaboration diagram for CacheStats:

Public Attributes

int numHits
 
int numMisses
 
int numEvicted
 
int numCached
 

Detailed Description

Definition at line 24 of file CacheStats.h.

Member Data Documentation

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.


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