Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.cluster |
This package contains the API for accessing the cluster node topology and registering to receive events about changes in the cluster node topology.
|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
CacheManager.getCluster(ClusterScheme scheme)
Returns access to information about the cache cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopCacheCluster
This is a dummy implementation of the CacheCluster (Null Object Pattern).
|
Modifier and Type | Field and Description |
---|---|
static CacheCluster |
NoopCacheCluster.INSTANCE
A singleton instance you can use rather than constructing your own.
|
Modifier and Type | Class and Description |
---|---|
class |
TerracottaCacheCluster
CacheCluster implementation that delegates to an underlying cache cluster. |
Modifier and Type | Method and Description |
---|---|
CacheCluster |
ClusteredInstanceFactoryWrapper.getTopology()
Get an api for looking at the clustered node topology.
|
CacheCluster |
ClusteredInstanceFactory.getTopology()
Get an api for looking at the clustered node topology.
|
Modifier and Type | Method and Description |
---|---|
void |
TerracottaCacheCluster.setUnderlyingCacheCluster(CacheCluster newCacheCluster)
Set the underlying cache
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.