This article will explain how to build Hazelcast Embedded Cluster for distributed cache in Spring Boot application. Multiple instances of Spring Boot application will build Hazelcast local embedded cluster. Each instance is part of the cluster and cached objects will be synced across all cluster members. Table of Contents Why Caching is [...]