Hazelcast Caching for Clusterd Spring Application

后端 未结 1 597
自闭症患者
自闭症患者 2021-01-27 20:34

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

相关标签:
1条回答
  • 2021-01-27 20:58

    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

    0 讨论(0)
提交回复
热议问题