Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找将 Hazelcast 集成到我的应用程序中。
我的要求是将所有数据加载到缓存中并从缓存中获取..
我有两个选择。
1)Hazelcast IMap<Key,Value> 方法。
2)由于我使用的是spring-boot,所以我可以使用(@Cacheable/@CacheEvict)。
我能得到一些关于这个的建议吗..
先感谢您..
两种选择都很好,您可以使用您喜欢的一种。我赞成: