public interface CacheStatistics
| Modifier and Type | Method and Description |
|---|---|
Double |
getHitRatio() |
Integer |
getRequestCount() |
Integer |
getTotalEntries() |
void |
setHitRatio(Double value) |
void |
setRequestCount(Integer value) |
void |
setTotalEntries(Integer value) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.