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.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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 |
LiveCacheStatisticsData.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a
CacheUsageListener which will be notified of the
cache
usage. |
void |
LiveCacheStatisticsImpl.registerCacheUsageListener(CacheUsageListener cacheUsageListener)
Registers a
CacheUsageListener which will be notified of the
cache
usage. |
void |
LiveCacheStatisticsWrapper.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered
CacheUsageListener , if any. |
void |
NullLiveCacheStatisticsData.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered
CacheUsageListener , if any. |
void |
LiveCacheStatisticsData.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered
CacheUsageListener , if any. |
void |
LiveCacheStatisticsImpl.removeCacheUsageListener(CacheUsageListener cacheUsageListener)
Remove an already registered
CacheUsageListener , if any. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.