Hi,
I have two applications (frontend and backend) deployed in full cluster environment on jbossas7 which share the same database instance and entity models. One of them (frontend) is strictly readonly. I want to utilize second level cache on both of this applications thought Infinispan Invalidation Cache.
When I update object A on backend server, frontend server still returns old version of this object. I suspect that invalidation event is propagated to frontend server but the same database object has different cache keys on those servers.
Could you please help me investigate what is going on and how to achieve correct behavior?
|