org.shiftone.cache.decorator.jmx
Interface JmxCacheSummaryMBean

All Known Implementing Classes:
JmxCacheSummary

public interface JmxCacheSummaryMBean

Version:
$Revision: 1.2 $
Author:
$Author: jeffdrost $

Method Summary
 java.lang.String getBiggestCache()
           
 int getCacheCount()
           
 double getTotalHitRatio()
           
 long getTotalSize()
           
 java.lang.String summary()
           
 

Method Detail

getCacheCount

public int getCacheCount()

getBiggestCache

public java.lang.String getBiggestCache()

getTotalSize

public long getTotalSize()

getTotalHitRatio

public double getTotalHitRatio()

summary

public java.lang.String summary()