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.
- 
ClassesClassDescriptionAAsyncCacheimplementation based on Hazelcast.ACacheManagerimplementation for Hazelcast.Configuration class for an Hazelcast as a client.Factory class that creates aHazelcastInstance.Configuration class for an Hazelcast as a member.ASyncCacheimplementation based on Hazelcast.