|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheStats<K,V>
A cache with some readable statistics
Method Summary | |
---|---|
long |
getCacheEjects()
|
long |
getCacheEntries()
|
long |
getCacheHits()
|
long |
getCacheMisses()
|
Methods inherited from interface org.openjena.atlas.lib.Cache |
---|
clear, containsKey, get, isEmpty, keys, put, remove, setDropHandler, size |
Method Detail |
---|
long getCacheEntries()
long getCacheHits()
long getCacheMisses()
long getCacheEjects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |