com.sun.ejb.containers.util.cache
Interface MonitorableCache
public interface MonitorableCache
getMaxCacheSize
int getMaxCacheSize()
getCurrentSize
int getCurrentSize()
getResizeQuantity
int getResizeQuantity()
isCacheOverflowAllowed
boolean isCacheOverflowAllowed()
getIdleTimeoutInSeconds
int getIdleTimeoutInSeconds()
getRemovalTimeoutInSeconds
int getRemovalTimeoutInSeconds()
getVictimSelectionPolicy
String getVictimSelectionPolicy()
getCacheHits
int getCacheHits()
getCacheMisses
int getCacheMisses()
getVictimCount
int getVictimCount()
Copyright © 2012 GlassFish Community. All Rights Reserved.