org.riotfamily.cachius
Class CachiusStatistics
java.lang.Object
org.riotfamily.cachius.CachiusStatistics
public class CachiusStatistics
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachiusStatistics
protected CachiusStatistics(CacheService service)
addHit
protected void addHit()
addMiss
protected void addMiss()
itemUpdated
protected void itemUpdated(CacheItem item,
long time)
reset
public void reset()
getMaxUpdateTime
public long getMaxUpdateTime()
getSlowestUpdate
public String getSlowestUpdate()
getHits
public long getHits()
getMisses
public long getMisses()
getCapacity
public int getCapacity()
getSize
public int getSize()
getNumberOfTags
public int getNumberOfTags()
getAverageOverflowInterval
public long getAverageOverflowInterval()
getMaxInvalidationTime
public long getMaxInvalidationTime()
invalidateAllItems
public void invalidateAllItems()