public class EntityCacheStatistics extends Object
| Constructor and Description |
|---|
EntityCacheStatistics() |
| Modifier and Type | Method and Description |
|---|---|
EntityCacheStatistics |
copy()
Copies the statistics
|
void |
incEntities()
Increments the entity count
|
void |
incHits()
Increments the hit count
|
void |
incMisses()
Increments the miss count
|
void |
reset()
Clears the statistics
|
String |
toString() |
public EntityCacheStatistics copy()
public void incEntities()
public void incHits()
public void incMisses()
public void reset()