A.4. CacheManager

org.infinispan.manager.DefaultCacheManager
The CacheManager component acts as a manager, factory, and container for caches in the system.

Table A.7. Attributes

Name Description Type Writable
CacheManagerStatus The status of the cache manager instance. String No
ClusterMembers Lists members in the cluster. String No
ClusterName Cluster name. String No
ClusterSize Size of the cluster in the number of nodes. int No
CreatedCacheCount The total number of created caches, including the default cache. String No
DefinedCacheCount The total number of defined caches, excluding the default cache. String No
DefinedCacheNames The defined cache names and their statuses. The default cache is not included in this representation. String No
Name The name of this cache manager. String No
NodeAddress The network address associated with this instance. String No
PhysicalAddresses The physical network addresses associated with this instance. String No
RunningCacheCount The total number of running caches, including the default cache. String No
Version Infinispan version. String No.

Table A.8. Operations

Name Description Signature
startCache Starts the default cache associated with this cache manager. void startCache()
startCache Starts a named cache from this cache manager. void startCache (String p0)