Package io.micronaut.cache.hazelcast
@Configuration
@Requires(property="hazelcast.enabled",
notEquals="false")
package io.micronaut.cache.hazelcast
Classes related to the integration of Hazelcast caches into Micronaut's
cache manager.
-
ClassDescriptionA
AsyncCache
implementation based on Hazelcast.ACacheManager
implementation for Hazelcast.Configuration class for an Hazelcast as a client.Factory class that creates aHazelcastInstance
.Configuration class for an Hazelcast as a member.ASyncCache
implementation based on Hazelcast.