Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs |
The constructs package builds on top of the core ehcache classes to create
implementations for common caching patterns.
|
net.sf.ehcache.constructs.classloader |
ClassLoader contstructs package
|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
net.sf.ehcache.statistics |
This package contains classes related to LiveCacheStatistics and its implementation.
|
Modifier and Type | Method and Description |
---|---|
LiveCacheStatistics |
Ehcache.getLiveCacheStatistics()
This is different from
Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
LiveCacheStatistics |
Cache.getLiveCacheStatistics()
This is different from
Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
Modifier and Type | Method and Description |
---|---|
LiveCacheStatistics |
EhcacheDecoratorAdapter.getLiveCacheStatistics()
This is different from
Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
Modifier and Type | Method and Description |
---|---|
LiveCacheStatistics |
ClassLoaderAwareCache.getLiveCacheStatistics()
This is different from
Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheSampler
An interface for exposing cache statistics.
|
interface |
ComprehensiveCacheSampler
A
CacheSampler interface that also exposes SampledCounter objects for all sampled statistics, rather than just the last
sampled value. |
interface |
SampledCacheMBean
An MBean for Cache exposing cache statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSamplerImpl
An implementation of
CacheSampler |
class |
ComprehensiveCacheSamplerImpl
The default implementation of
ComprehensiveCacheSampler . |
class |
SampledCache
An implementation of
SampledCacheMBean |
Modifier and Type | Class and Description |
---|---|
class |
LiveCacheStatisticsImpl
Implementation which can be used both as a
LiveCacheStatistics and LiveCacheStatisticsData |
class |
LiveCacheStatisticsWrapper
An implementation of
LiveCacheStatistics and also implements LiveCacheStatisticsData . |
class |
NullLiveCacheStatisticsData
A no-op implementation which can be used both as a
LiveCacheStatistics and LiveCacheStatisticsData |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.