|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheUsageListener | |
|---|---|
| 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.statistics | This package contains classes related to LiveCacheStatistics and its implementation. |
| net.sf.ehcache.statistics.sampled | This package contains classes related to SampledCacheStatistics and its implementation. |
| Uses of CacheUsageListener in net.sf.ehcache |
|---|
| Methods in net.sf.ehcache with parameters of type CacheUsageListener | |
|---|---|
void |
Ehcache.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
Cache.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
Ehcache.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
void |
Cache.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
| Uses of CacheUsageListener in net.sf.ehcache.constructs |
|---|
| Methods in net.sf.ehcache.constructs with parameters of type CacheUsageListener | |
|---|---|
void |
EhcacheDecoratorAdapter.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
EhcacheDecoratorAdapter.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
| Uses of CacheUsageListener in net.sf.ehcache.constructs.classloader |
|---|
| Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheUsageListener | |
|---|---|
void |
ClassLoaderAwareCache.registerCacheUsageListener(CacheUsageListener arg0)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
ClassLoaderAwareCache.removeCacheUsageListener(CacheUsageListener arg0)
Remove an already registered CacheUsageListener, if any. |
| Uses of CacheUsageListener in net.sf.ehcache.statistics |
|---|
| Methods in net.sf.ehcache.statistics with parameters of type CacheUsageListener | |
|---|---|
void |
LiveCacheStatisticsImpl.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
LiveCacheStatisticsData.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
LiveCacheStatisticsWrapper.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
NullLiveCacheStatisticsData.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a CacheUsageListener which will be notified of the
cache
usage. |
void |
LiveCacheStatisticsImpl.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
void |
LiveCacheStatisticsData.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
void |
LiveCacheStatisticsWrapper.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
void |
NullLiveCacheStatisticsData.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered CacheUsageListener, if any. |
| Uses of CacheUsageListener in net.sf.ehcache.statistics.sampled |
|---|
| Classes in net.sf.ehcache.statistics.sampled that implement CacheUsageListener | |
|---|---|
class |
NullSampledCacheStatistics
A no-op implementation of SampledCacheStatistics
|
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. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||