public class CacheKeyStatistics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheKeyStatistics.KeyReport |
static class |
CacheKeyStatistics.ReportSummary |
| Constructor and Description |
|---|
CacheKeyStatistics() |
| Modifier and Type | Method and Description |
|---|---|
List<CacheKeyStatistics.KeyReport> |
getKeyReports() |
CacheKeyStatistics.ReportSummary |
getReportSummary() |
void |
reportHit(Object key) |
void |
reportMiss(Object key) |
void |
reportWrite(Object key) |
public void reportMiss(Object key)
public void reportHit(Object key)
public void reportWrite(Object key)
public List<CacheKeyStatistics.KeyReport> getKeyReports()
public CacheKeyStatistics.ReportSummary getReportSummary()
Copyright © 2014–2015. All rights reserved.