Este contenido no está disponible en el idioma seleccionado.
A.2. Cache
org.infinispan.CacheImpl
	
		The Cache component represents an individual cache instance.
	
| 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 | 
| Name | Description | Signature | 
|---|---|---|
| start | Starts the cache. | void start() | 
| stop | Stops the cache. | void stop() | 
| clear | Clears the cache. | void clear() |