Click or drag to resize

SimpleCacheStatistics Fields

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The SimpleCacheStatistics type exposes the following members.

Fields
  NameDescription
Protected fieldm_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.
Protected fieldm_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.
Protected fieldm_cachePrunes
Total number of prune operations since the last statistics reset.
Protected fieldm_cachePuts
Total number of put operations since the last statistics reset.
Protected fieldm_hitsMillis
Total number of milliseconds used for get operations that were hits since the last statistics reset.
Protected fieldm_missesMillis
Total number of milliseconds used for get operations that were misses since the last statistics reset.
Protected fieldm_prunesMillis
Total number of milliseconds used for prune operations since the last statistics reset.
Protected fieldm_putsMillis
Total number of milliseconds used for put operations since the last statistics reset.
Top
See Also