A.2. Cache

org.infinispan.CacheImpl
The Cache component represents an individual cache instance.

Table A.3. Attributes

Name Description Type Writable
CacheName Returns the cache name. String No
CacheStatus Returns the cache status. String No
ConfigurationAsXmlString Returns the cache configuration as XML string. String No

Table A.4. Operations

Name Description Signature
start Starts the cache. void start()
stop Stops the cache. void stop()
clear Clears the cache. void clear()