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