We recently clusterd our Spring application with 2 nodes backed by one database. Our application has Dynamic menu(each user has different menu options), since we dont have enoug
Spring Caching supports Hazelcast (or Hazelcast provides integration with Spring Caching :)
).
If you use Spring 4 and higher, you can use JCache caching support from Spring Framework.
You can find examples of usage here.
Look for spring-*
projects.
Spring Boot also supported. Watch the webinar recording, read my blog post, find code samples here.
Let me know if you have any questions.
Thank you