public interface CacheableDataStatistics
| Modifier and Type | Field and Description | 
|---|---|
static long | 
NOT_CACHED_COUNT  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCacheHitCount()
The number of successful cache look-ups for this data from its
 configured cache region since the last Statistics clearing 
 | 
long | 
getCacheMissCount()
The number of unsuccessful cache look-ups for this data from its
 configured cache region since the last Statistics clearing 
 | 
long | 
getCachePutCount()
The number of times this data has been into its configured cache region
 since the last Statistics clearing 
 | 
String | 
getCacheRegionName()
The name of the region where this data is cached. 
 | 
static final long NOT_CACHED_COUNT
String getCacheRegionName()
long getCachePutCount()
long getCacheHitCount()
long getCacheMissCount()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.