public static class PersistentCache.DiskStats
extends java.lang.Object
Constructor and Description |
---|
DiskStats(long size,
long space,
long hitCount,
long missCount) |
Modifier and Type | Method and Description |
---|---|
long |
hitCount() |
long |
requestCount() |
long |
size() |
long |
space() |