Hazelcast Caching for Clusterd Spring Application

断了今生、忘了曾经 提交于 2019-12-02 12:42:22

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!