Multi-node caching for Data Center

Hi, I want to add caching to my app and it needs to work in Data Center. I see that Jira has a caching class, com.atlassian.cache.CacheManager, so does this work for Data Center and if not what do I use and do you have any examples of its use

I would prefer a caching method that would work in both server and data center.

Thanks
Paul

You can totally use the Atlassian Cache API in both Data Center and Server.

There is general documentation about it here: Atlassian Cache 2 overview

And there is specific detail on how it behaves on Data Center under the caches subheading here: https://developer.atlassian.com/server/jira/platform/developing-for-high-availability-and-clustering/

Awesome, thanks for that