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
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Ehcache.getStatistics()
Gets an immutable Statistics object representing the Cache statistics at the time.
|
Statistics |
Cache.getStatistics()
Gets an immutable Statistics object representing the Cache statistics at the time.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
EhcacheDecoratorAdapter.getStatistics()
Gets an immutable Statistics object representing the Cache statistics at the time.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
ClassLoaderAwareCache.getStatistics()
Gets an immutable Statistics object representing the Cache statistics at the time.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.