MonitorableCachepublic interface MonitorableCache
Methods Summary |
---|
public int | getCacheHits()
| public int | getCacheMisses()
| public int | getCurrentSize()
| public int | getIdleTimeoutInSeconds()
| public int | getMaxCacheSize()
| public int | getRemovalTimeoutInSeconds()
| public int | getResizeQuantity()
| public int | getVictimCount()
| public java.lang.String | getVictimSelectionPolicy()
| public boolean | isCacheOverflowAllowed()
|
|