Skip to content

Instantly share code, notes, and snippets.

View pikeno221's full-sized avatar
🎯
Focusing

Gabriel Gomes pikeno221

🎯
Focusing
  • Belo Horizonte
View GitHub Profile
@IMRFeng
IMRFeng / spring-boot-caching-hazelcast.md
Last active October 29, 2020 04:27
How to use hazelcast as the implemention of Spring Boot Caching

What Hazelcast is?

Hazelcast is a distributed computing and simplified leading open source In-Memory Data Grid(IMDG).

Why would we use it in the micro-services as a caching solution?

  1. Spring Boot has a general support for Hazelcast.

  2. Hazelcast is distributed, fast, easy to cluster and easy to test.