ehcache

Uses of Interface
net.sf.ehcache.cluster.CacheCluster

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
 

Methods in net.sf.ehcache.terracotta that return CacheCluster
 CacheCluster ClusteredInstanceFactory.getTopology()
          Get an api for looking at the clustered node topology.
 


ehcache

true