Spring 使用 Hazelcast 启动缓存

Spring boot Caching with Hazelcast

我想为我的 spring 引导应用程序实施缓存。我正在使用 Hazelcast。每次在启动期间,我都想用应用程序中经常使用的一些数据构建一个全局缓存,并且不会被驱逐。这是正确的做法吗? 谁能建议一些用于在 spring 引导 Web 应用程序中进行缓存的标准和策略?

您可以检查Hazelcast Code Samples: Hazelcast Integration, there are plenty of examples of Spring Boot + Hazelcast. If you want just the simplest usage, take a look at this

如果您需要有关可以使用的架构的更多信息,请查看此 blog post