Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.util.ratestatistics |
Contains rate monitoring statistics objects.
|
Modifier and Type | Field and Description |
---|---|
private RateStatistic |
MemoryStore.hitRate |
private RateStatistic |
MemoryStore.missRate |
Modifier and Type | Field and Description |
---|---|
private RateStatistic |
Segment.diskHitRate |
private RateStatistic |
Segment.diskMissRate |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractRateStatistic
Abstract rate statistic implementation.
|
class |
AtomicRateStatistic
A thread-safe rate statistic implementation.
|
class |
UnlockedRateStatistic
A lightweight non-thread-safe rate statistic implementation.
|