org.infinispan.CacheImpl
The Cache component represents an individual cache instance.
ExpandTable C.3. Attributes| 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 |
ExpandTable C.4. Operations| Name | Description | Signature |
|---|
| start | Starts the cache. | void start() |
| stop | Stops the cache. | void stop() |
| clear | Clears the cache. | void clear() |