|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheCluster | |
---|---|
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. |
Uses of CacheCluster in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return CacheCluster | |
---|---|
CacheCluster |
CacheManager.getCluster(ClusterScheme scheme)
Returns access to information about the cache cluster. |
Uses of CacheCluster in net.sf.ehcache.cluster |
---|
Classes in net.sf.ehcache.cluster that implement CacheCluster | |
---|---|
class |
NoopCacheCluster
This is a dummy implementation of the CacheCluster (Null Object Pattern). |
Fields in net.sf.ehcache.cluster declared as CacheCluster | |
---|---|
static CacheCluster |
NoopCacheCluster.INSTANCE
A singleton instance you can use rather than constructing your own. |
Uses of CacheCluster in net.sf.ehcache.terracotta |
---|
Classes in net.sf.ehcache.terracotta that implement CacheCluster | |
---|---|
class |
TerracottaCacheCluster
CacheCluster implementation that delegates to an underlying cache cluster. |
Methods in net.sf.ehcache.terracotta that return CacheCluster | |
---|---|
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. |
Methods in net.sf.ehcache.terracotta with parameters of type CacheCluster | |
---|---|
void |
TerracottaCacheCluster.setUnderlyingCacheCluster(CacheCluster newCacheCluster)
Set the underlying cache |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |