posted 3 years ago
Hello All,
I have implemented EH Cache for our application and it works fine.
Here is my issue,
Application is deployed in 4 servers
I have created end point to remove cache data, say "http://xxx/xxx/clearcache" so that we can remove cache manually when needed.
But this call is removing cache only in the server to which the request came.
The other 3 servers are still having cached values.
Anyone please share if you have ideas, on how can I hit a single end point and it will clear the cache from all the nodes.
Thankyou