public interface CacheStats<K,V> extends Cache<K,V>
Modifier and Type | Method and Description |
---|---|
long |
getCacheEjects() |
long |
getCacheEntries() |
long |
getCacheHits() |
long |
getCacheMisses() |
clear, containsKey, get, isEmpty, keys, put, remove, setDropHandler, size
Licenced under the Apache License, Version 2.0