SimpleCacheStatistics Fields |
The SimpleCacheStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| m_cacheHits |
The rough (ie unsynchronized) number of calls that could be
answered from the front or the back and were answered by data
in the front cache.
| |
| m_cacheMisses |
The rough (ie unsynchronized) number of calls that could be
answered from the front or the back and were answered by data in
the back map.
| |
| m_cachePrunes |
Total number of prune operations since the last statistics reset.
| |
| m_cachePuts |
Total number of put operations since the last statistics reset.
| |
| m_hitsMillis |
Total number of milliseconds used for get operations that were
hits since the last statistics reset.
| |
| m_missesMillis |
Total number of milliseconds used for get operations that were
misses since the last statistics reset.
| |
| m_prunesMillis |
Total number of milliseconds used for prune operations since the
last statistics reset.
| |
| m_putsMillis |
Total number of milliseconds used for put operations since the
last statistics reset.
|