org.openjena.atlas.lib
Interface CacheStats<K,V>

All Superinterfaces:
Cache<K,V>
All Known Implementing Classes:
CacheStatsAtomic, CacheStatsSimple

public interface CacheStats<K,V>
extends Cache<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

getCacheEntries

long getCacheEntries()

getCacheHits

long getCacheHits()

getCacheMisses

long getCacheMisses()

getCacheEjects

long getCacheEjects()


Licenced under the Apache License, Version 2.0