Spring 启动的 Hazelcast

Hazelcast with Spring boot

我是 Hazelcast 的新手,并且使用 Spring 启动新开始了一个项目,Hazelcast。现在我正在尝试将 Hazelcast 与 spring 引导集成。很多人有不同的看法。但是 JCache 是集成 Spring boot 和 Hazelcast 的最佳方式吗?

@kishore-josyula,Jcache 只是将 Hazelcast 与 Spring-Boot 集成的一种方式。 Hazelcast 是通过 JCache 和 Spring 缓存注释实现 Spring 缓存抽象的提供者之一。 (参见 https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-caching.html#_supported_cache_providers

Hazelcast IMap 和 JCache 具有不同的功能。您可以比较并决定:

http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#map http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#hazelcast-jcache

如果您对使用 Jcache 没有任何要求,我建议您先使用默认的 IMap 集成,看看它对您有何帮助。查看一些示例:

https://github.com/hazelcast/hazelcast-code-samples/tree/master/hazelcast-integration/spring-cache-manager https://github.com/gokhanoner/hazelcast-spring-cache-readtimoeut