我假设如果我将数据缓存服务用于具有多个实例的Bluemix中的应用程序,则该服务将对所有实例使用相同的缓存。但是由于我无法在文档中找到任何说明这一点的内容,我在这里提出问题以确保我没有弄错。
答案 0 :(得分:2)
Yeah the Data Cache service works across instances. Think of it like a shared database. The information in it will be available to all of your instances of your app.