| Name | Description | Type | Package | Framework |
| Counter | Interface | net.sf.ehcache.util.counter | EHCache | |
| CounterConfig | Config for a simple CounterSince:1. | Class | net.sf.ehcache.util.counter | EHCache |
| CounterImpl | A simple counter implementationSince:1. | Class | net.sf.ehcache.util.counter | EHCache |
| CounterManager | A Counter Manager that accepts a config to create counters. | Interface | net.sf.ehcache.util.counter | EHCache |
| CounterManagerImpl | An implementation of a CounterManager. | Class | net.sf.ehcache.util.counter | EHCache |
| SampledCounter | Interface of a sampled counter -- a counter that keeps sampled valuesSince:1. | Interface | net.sf.ehcache.util.counter.sampled | EHCache |
| SampledCounterConfig | Config for a SampledCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
| SampledCounterImpl | An implementation of SampledCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
| SampledRateCounter | Interface of a sampled rate counter -- a counter that keeps sampled values ofSince:1. | Interface | net.sf.ehcache.util.counter.sampled | EHCache |
| SampledRateCounterConfig | An implementation of SampledCounterConfigSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
| SampledRateCounterImpl | An implementation of SampledRateCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
| TimeStampedCounterValue | A counter value at a particular time instanceSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |