About

Distributed Caching with Hazelcast

This post covers basic information on what is cache, what distributed cache is, how to implement it in the Spring Boot application, what is Hazelcast, and using Hazelcast as distributed cache manager in the Spring Boot application. GitLab repository: https://gitlab.luminumict.hr/luminum/education/hazelcast-demo Caching Overview What is Caching? Caching is the process of storing copies of files in […]