Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
C.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 | 
| configurationAsProperties | Returns the cache configuration in form of properties. | Properties | No | 
| version | Returns the version of Infinispan | String | No | 
| cacheAvailability | Returns the cache availability | String | Yes | 
| Name | Description | Signature | 
|---|---|---|
| start | Starts the cache. | void start() | 
| stop | Stops the cache. | void stop() | 
| clear | Clears the cache. | void clear() | 
		23149%2C+Administration+and+Configuration+Guide-6.628-06-2017+13%3A51%3A02JBoss+Data+Grid+6Documentation6.6.1Report a bug