Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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.

See Also