public class EhCacheStatistics extends CacheStatistics
EMPTY, size| Constructor and Description |
|---|
EhCacheStatistics(net.sf.ehcache.statistics.FlatStatistics stats) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheHitCount() |
double |
getCacheHitRatio() |
long |
getCacheMissCount() |
long |
getCacheMissExpiredCount() |
long |
getCacheMissNotFoundCount() |
long |
getLocalDiskSize() |
long |
getLocalHeapSize() |
long |
getLocalOffHeapSize() |
getSizepublic EhCacheStatistics(net.sf.ehcache.statistics.FlatStatistics stats)
public long getLocalHeapSize()
public long getLocalOffHeapSize()
public long getLocalDiskSize()
public double getCacheHitRatio()
public long getCacheHitCount()
public long getCacheMissCount()
public long getCacheMissExpiredCount()
public long getCacheMissNotFoundCount()
Copyright © 2018 CrafterCMS. All rights reserved.