Package io.micronaut.cache.infinispan
@Configuration
@Requires(property="infinispan.enabled",
notEquals="false")
package io.micronaut.cache.infinispan
Infinispan support.
- Since:
- 1.0.0
- Author:
- Álvaro Sánchez-Mariscal
-
ClassDescriptionAn
AsyncCache
implementation based on Infinispan'sAsyncCache
.Factory class that creates an InfinispanRemoteCacheManager
.Provides Infinispan cache statistics.ADynamicCacheManager
that creates Infinispan caches on demand.Infinispan HotRod client configuration properties.ASyncCache
implementation based on Infinispan'sRemoteCache
.AnExecutorFactory
implementation based on the existing IOExecutorService
bean.