I have an enterprise application running on multiple concurrent Liberty instances on IBM Cloud. I want to use JPA Cache Coordination to ensure that an entity is automatically invalidated in the cache on all other instances, if it is modified on any instance.
EclipseLink offers this capability (https://wiki.eclipse.org/EclipseLink/Examples/JPA/CacheCoordination) - but I haven't been able to locate any information on how to properly configure it on IBM Cloud.
Any hints or examples would be greatly appreciated