Registry / database / hazelcast-spring

hazelcast-spring

JSON →
library5.6.0javamavenunverified

Spring integration module for Hazelcast, an in-memory data grid for distributed computing.

<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-spring</artifactId> <version>5.6.0</version> </dependency>
INSTALL
IMPORT
SIG · HAZELCAST-SPRING
H
hazelcast-spring
databasejavav5.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HazelcastCacheManager
com.hazelcast.spring.cache.HazelcastCacheManager

Create a HazelcastCacheManager for Spring cache abstraction.

import com.hazelcast.spring.cache.HazelcastCacheManager; import org.springframework.cache.CacheManager; CacheManager cacheManager = new HazelcastCacheManager(); // Use cacheManager to interact with Hazelcast caches.
Debug
Known issues
breakingHazelcast 5.x uses a new client-server architecture; older Spring configurations may need updates.
fix
Ensure you use the correct Hazelcast version and update Spring XML/Java config accordingly.
affects: >=5.0.0
Upgrade
Version history
5.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
11
Resources
hazelcast-spring — mvn dependency:get hazelcast-spring · libregistry