Hazelcast附近是否清除过时的预装物品?

时间:2017-10-12 09:10:33

标签: hazelcast

我们打算将Hazelcast作为数据分发层用于最终用户监控用于事务处理系统的UI。系统会累积一周的记录,并在周末进行回收,清除所有状态。

由于可能有数十万个项目加入图形结构,我们希望利用近端缓存和文件预加载(即,如果用户在白天停止GUI并在以后启动它)

我的问题是GUI从上一个会话中获取预加载文件的情况。 Hazelcast是否足够智能,可以使用不再位于群集中的密钥来使用户条目无效和清除?

如果记录了这种行为,您是否可以提供文档链接?

1 个答案:

答案 0 :(得分:4)

As documented on the Near Cache Preloader page, the preloader only uses the file to identify the hot set. In other words it always loads the values from the cluster.

Sometimes it pays to check the manual instead of mucking with examples :-)