@Configuration @Requires(property="infinispan.enabled", notEquals="false")
See: Description
| Class | Description |
|---|---|
| InfinispanAsyncCache |
An
AsyncCache implementation based on Infinispan's org.infinispan.commons.api.AsyncCache. |
| InfinispanCacheFactory |
Factory class that creates an Infinispan
RemoteCacheManager. |
| InfinispanCacheInfo |
Provides Infinispan cache statistics.
|
| InfinispanCacheManager |
A
DynamicCacheManager that creates Infinispan caches on demand. |
| InfinispanHotRodClientConfiguration |
Infinispan HotRod client configuration properties.
|
| InfinispanSyncCache |
A
SyncCache implementation based on Infinispan's RemoteCache. |
| MicronautExecutorFactory |
An
ExecutorFactory implementation based on the existing IO ExecutorService bean. |