Este contenido no está disponible en el idioma seleccionado.
A.18. Statistics
org.infinispan.interceptors.CacheMgmtInterceptor
	
		This component handles general statistics such as timings, hit/miss ratio, etc.
	
| Name | Description | Type | Writable | 
|---|---|---|---|
| AverageReadTime | Average number of milliseconds for a read operation on the cache. | long | No | 
| AverageWriteTime | Average number of milliseconds for a write operation in the cache. | long | No | 
| ElapsedTime | Number of seconds since cache started. | long | No | 
| Evictions | Number of cache eviction operations. | long | No | 
| HitRatio | Percentage hit/(hit+miss) ratio for the cache. | double | No | 
| Hits | Number of cache attribute hits. | long | No | 
| Misses | Number of cache attribute misses. | long | No | 
| NumberOfEntries | Number of entries currently in the cache. | int | No | 
| ReadWriteRatio | Read/writes ratio for the cache. | double | No | 
| RemoveHits | Number of cache removal hits. | long | No | 
| RemoveMisses | Number of cache removals where keys were not found. | long | No | 
| Stores | Number of cache attribute PUT operations. | long | No | 
| TimeSinceReset | Number of seconds since the cache statistics were last reset. | long | No | 
| Name | Description | Signature | 
|---|---|---|
| resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |