Class CacheProfiler
java.lang.Object
io.leandev.appfuse.ehcache.CacheProfiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.ehcache.core.statistics.CacheStatistics> 取得所有快取的統計資訊org.ehcache.core.statistics.CacheStatisticsgetCacheStatistics(String name) 取得指定快取的統計資訊protected org.ehcache.core.spi.service.StatisticsService取得統計服務
-
Constructor Details
-
CacheProfiler
public CacheProfiler()
-
-
Method Details
-
getStatisticsService
protected org.ehcache.core.spi.service.StatisticsService getStatisticsService()取得統計服務- Returns:
- Ehcache 統計服務實例
-
getCacheStatistics
取得指定快取的統計資訊- Parameters:
name- 快取名稱- Returns:
- 快取統計資訊
-
getAllCacheStatistics
取得所有快取的統計資訊- Returns:
- 所有快取統計資訊的列表
-