Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.statistics.sampled |
This package contains classes related to SampledCacheStatistics and its implementation.
|
Modifier and Type | Method and Description |
---|---|
CacheStatisticsSampler |
Cache.getCacheStatisticsSampler()
An access for the
CacheStatisticsSampler associated to this Cache |
Modifier and Type | Class and Description |
---|---|
class |
SampledCacheStatisticsImpl
An implementation of
SampledCacheStatistics This also implements CacheUsageListener and depends on the notification
received from
these to update the stats
|
class |
SampledCacheStatisticsWrapper
An implementation of
SampledCacheStatistics and also implements CacheUsageListener and depends on the notification
received from
these to update the stats. |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.