DEV Community

Cover image for Distributed Caching with Hazelcast
Raja Anbazhagan
Raja Anbazhagan

Posted on

Distributed Caching with Hazelcast

Hazelcast is an in-memory data grid that helps share highly volatile data between multiple application instances. This approach gives the advantages of avoiding network round trips.

Here is a post about hazelcast with spring boot and how to monitor them with Hazelcast Management centre.

Spring Boot Hazelcast Cache

Top comments (0)