public interface  org.apache.camel.spi.StreamCachingStrategy$Statistics extends java.lang.Object
{
public abstract long getCacheMemoryCounter();
public abstract long getCacheMemorySize();
public abstract long getCacheMemoryAverageSize();
public abstract long getCacheSpoolCounter();
public abstract long getCacheSpoolSize();
public abstract long getCacheSpoolAverageSize();
public abstract void reset();
public abstract boolean isStatisticsEnabled();
public abstract void setStatisticsEnabled(boolean);
}