public interface StorageMetrics
Modifier and Type | Interface and Description |
---|---|
static class |
StorageMetrics.Dummy |
static interface |
StorageMetrics.Updater |
Modifier and Type | Field and Description |
---|---|
static StorageMetrics.Dummy |
DUMMY |
Modifier and Type | Method and Description |
---|---|
long |
getReadHitCount()
Entry was read from storage and fresh.
|
long |
getReadMissCount()
Storage did not contain the requested entry.
|
long |
getReadNonFreshCount()
Read from storage, but the entry was not fresh and cannot be returned.
|
static final StorageMetrics.Dummy DUMMY
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.