ehcache

Uses of Class
net.sf.ehcache.cluster.ClusterScheme

Packages that use ClusterScheme
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. 
 

Uses of ClusterScheme in net.sf.ehcache
 

Methods in net.sf.ehcache with parameters of type ClusterScheme
 CacheCluster CacheManager.getCluster(ClusterScheme scheme)
          Returns access to information about the cache cluster.
 

Uses of ClusterScheme in net.sf.ehcache.cluster
 

Methods in net.sf.ehcache.cluster that return ClusterScheme
 ClusterScheme NoopCacheCluster.getScheme()
          Always returns the ClusterScheme.NONE
 ClusterScheme CacheCluster.getScheme()
          Get scheme name for this cluster info
static ClusterScheme ClusterScheme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClusterScheme[] ClusterScheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


ehcache

true