public class CacheStats
extends java.lang.Object
Constructor and Description |
---|
CacheStats() |
Modifier and Type | Method and Description |
---|---|
protected void |
evict() |
protected void |
flush() |
long |
getEvictCount() |
long |
getFlushCount() |
long |
getHitCount() |
long |
getInvalidationCount() |
long |
getLoadCount() |
long |
getMissCount() |
long |
getNonCacheableCount() |
protected void |
hit() |
protected void |
invalidationByServer(int size) |
protected void |
invalidationMessages() |
protected void |
load() |
protected void |
miss() |
protected void |
nonCacheable() |
java.lang.String |
toString() |
protected void hit()
protected void miss()
protected void load()
protected void evict()
protected void nonCacheable()
protected void flush()
protected void invalidationByServer(int size)
protected void invalidationMessages()
public long getHitCount()
public long getMissCount()
public long getLoadCount()
public long getEvictCount()
public long getNonCacheableCount()
public long getFlushCount()
public long getInvalidationCount()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2024. All rights reserved.