public class EhcacheStats extends Object implements CacheStats
| Constructor and Description |
|---|
EhcacheStats(net.sf.ehcache.Statistics stats)
Instantiate new EhcacheStats object.
|
public EhcacheStats(net.sf.ehcache.Statistics stats)
throws IllegalArgumentException
IllegalArgumentException - if stats is null.public long getHits()
getHits in interface CacheStatspublic long getMisses()
getMisses in interface CacheStatspublic long getSize()
getSize in interface CacheStatsCopyright © 2016 Internet2. All rights reserved.