Ulf Edholm
Ulf Edholm

Reputation: 113

Does Bluemix Data Cache Service work cross instance

I assume that if I would use the datacache service for an application in Bluemix with several instances, the service would be using the same cache for all instances. But as I can't find anything in the documentation stating this I ask the question here to be sure I haven't got it wrong.

Upvotes: 0

Views: 62

Answers (1)

Jeff Sloyer
Jeff Sloyer

Reputation: 4964

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.

Upvotes: 2

Related Questions